summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane2008-07-121-10/+8
* Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane2008-07-123-86/+66
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-1115-185/+468
* Add caching of query to GIN/GiST consistent function.Teodor Sigaev2008-07-112-6/+48
* Allow binary-coercible types for cast function arguments and return types.Peter Eisentraut2008-07-114-26/+38
* Make sure we only try to free snapshots that have been passed throughAlvaro Herrera2008-07-112-6/+9
* Fix a few typos in comments in snapmgr.c, and sort header inclusionsNeil Conway2008-07-111-6/+6
* Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane2008-07-102-3/+85
* Tighten up SS_finalize_plan's computation of valid_params to exclude Params ofTom Lane2008-07-104-69/+76
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-105-48/+145
* Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 toTom Lane2008-07-091-6/+12
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-081-5/+7
* Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas2008-07-081-2/+2
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-081-4/+4
* Add comment for deadlock_timeout:Bruce Momjian2008-07-081-1/+2
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-071-11/+31
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-072-89/+100
* Added documentation for function xmlagg.Peter Eisentraut2008-07-071-1/+55
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-061-16/+25
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-041-1/+2
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-041-5/+4
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-037-9/+109
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-036-9/+9
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-033-7/+6
* Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut2008-07-031-63/+63
* When an ERROR happens on a dblink remote connection, takeJoe Conway2008-07-032-94/+95
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-032-132/+227
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-031-3/+7
* Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane2008-07-031-1/+2
* Documentation patch by Kevin L. McBride explaining GUC lock variables,Bruce Momjian2008-07-011-4/+150
* Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane2008-07-011-21/+19
* Add URL for:Bruce Momjian2008-07-012-3/+4
* Add to TODO:Bruce Momjian2008-07-012-2/+6
* Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas2008-07-011-7/+5
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-012-6/+45
* "debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander2008-07-011-3/+3
* Split apart message_level_options into one set for server-side settings andMagnus Hagander2008-07-011-12/+30
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-011-9/+38
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-015-69/+136
* Issue psql connection warnings on connection start and via \c, perBruce Momjian2008-07-013-127/+113
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-303-18/+13
* Add psql TODO:Bruce Momjian2008-06-302-5/+13
* Add psql TODO item:Bruce Momjian2008-06-302-3/+18
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-305-87/+136
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-305-18/+77
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-291-13/+5
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-282-16/+19
* Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane2008-06-274-3/+38
* Fix standalone libpq build on win32.Magnus Hagander2008-06-271-2/+11
* Improve planner's estimation of the size of an append relation: rather thanTom Lane2008-06-272-27/+66