aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add unchangeable GUC "variables" segment_size, wal_block_size, andTom Lane2008-07-10
* Tighten up SS_finalize_plan's computation of valid_params to exclude Params ofTom Lane2008-07-10
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 toTom Lane2008-07-09
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Add comment for deadlock_timeout:Bruce Momjian2008-07-08
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-07
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-04
* Fix a couple of bugs in win32 shmem name generation:Magnus Hagander2008-07-04
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Don't refer to the database name "regression" inside the regression testPeter Eisentraut2008-07-03
* Don't print the name of the database in psql \z.Peter Eisentraut2008-07-03
* Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut2008-07-03
* Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane2008-07-03
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-03
* Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane2008-07-03
* Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane2008-07-01
* Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas2008-07-01
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-01
* "debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander2008-07-01
* Split apart message_level_options into one set for server-side settings andMagnus Hagander2008-07-01
* Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane2008-07-01
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-01
* Issue psql connection warnings on connection start and via \c, perBruce Momjian2008-07-01
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-29
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-28
* Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane2008-06-27
* Fix standalone libpq build on win32.Magnus Hagander2008-06-27
* Improve planner's estimation of the size of an append relation: rather thanTom Lane2008-06-27
* Fix pg_ctl bug where detection of binary location from postmaster.optsBruce Momjian2008-06-26
* Fix bug "select lower('asd') = 'asd'" returns false with multibyte encodingTeodor Sigaev2008-06-26
* Synced parserMichael Meskes2008-06-26
* Simplify 'pg_ctl restart' detection of first argument inBruce Momjian2008-06-26
* Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian2008-06-26
* Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian2008-06-26
* Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian2008-06-26
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane2008-06-24
* Add libpq comment about how to determine the format used for passingBruce Momjian2008-06-23
* Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian2008-06-23
* Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane2008-06-23
* Seems I was too optimistic in supposing that sinval's maxMsgNum could beTom Lane2008-06-20
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-19
* Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane2008-06-19
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19