summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-08Fix performance bug in write_syslog(): the code to preferentially break theTom Lane
2008-07-08Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas
2008-07-08Minor improvements to the Gin internal documentation.Neil Conway
2008-07-08Add comment for deadlock_timeout:Bruce Momjian
2008-07-07Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane
2008-07-07Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane
2008-07-07Added documentation for function xmlagg.Peter Eisentraut
2008-07-06Prevent integer overflows during units conversion when displaying a GUCTom Lane
2008-07-04Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev
2008-07-04Fix a couple of bugs in win32 shmem name generation:Magnus Hagander
2008-07-03Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane
2008-07-03Don't refer to the database name "regression" inside the regression testPeter Eisentraut
2008-07-03Don't print the name of the database in psql \z.Peter Eisentraut
2008-07-03Clean up weird whitespace. Separate patch to simplifiy the next change.Peter Eisentraut
2008-07-03When an ERROR happens on a dblink remote connection, takeJoe Conway
2008-07-03Fix psql's \d and allied commands to work with all server versions back to 7.4.Tom Lane
2008-07-03Update source code comment about when to use gettext_noop().Bruce Momjian
2008-07-03Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane
2008-07-01Documentation patch by Kevin L. McBride explaining GUC lock variables,Bruce Momjian
2008-07-01Remove GUC extra_desc strings that are redundant with the enum value lists.Tom Lane
2008-07-01Add URL for:Bruce Momjian
2008-07-01Add to TODO:Bruce Momjian
2008-07-01Move volatility, language, etc. modifiers before function body in the pg_dumpHeikki Linnakangas
2008-07-01Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas
2008-07-01"debug" level was supposed to be hidden, since it's just an alias for debug2.Magnus Hagander
2008-07-01Split apart message_level_options into one set for server-side settings andMagnus Hagander
2008-07-01Fix identify_system_timezone() so that it tests the behavior of the systemTom Lane
2008-07-01Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane
2008-07-01Issue psql connection warnings on connection start and via \c, perBruce Momjian
2008-06-30Fix recovery.conf boolean variables to take the same range of stringBruce Momjian
2008-06-30Add psql TODO:Bruce Momjian
2008-06-30Add psql TODO item:Bruce Momjian
2008-06-30ltree support for multibyte encodings. Patch was made byTeodor Sigaev
2008-06-30Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas
2008-06-29Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane
2008-06-28If pnstrdup is going to be promoted to a generally available function,Tom Lane
2008-06-27Consider a clause to be outerjoin_delayed if it references the nullable sideTom Lane
2008-06-27Fix standalone libpq build on win32.Magnus Hagander
2008-06-27Improve planner's estimation of the size of an append relation: rather thanTom Lane
2008-06-27Mention actual function names in documentation of how to pass binaryBruce Momjian
2008-06-27Add to TODO:Bruce Momjian
2008-06-27Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as aTom Lane
2008-06-27Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4Tom Lane
2008-06-26Use SGML table to show backslash string escapes, rather than have themBruce Momjian
2008-06-26Add MERGE TODO URL:Bruce Momjian
2008-06-26Fix pg_ctl bug where detection of binary location from postmaster.optsBruce Momjian
2008-06-26Fix bug "select lower('asd') = 'asd'" returns false with multibyte encodingTeodor Sigaev
2008-06-26Synced parserMichael Meskes
2008-06-26Add TODO about security:Bruce Momjian
2008-06-26More FAQ URL updates from Curtis Gallant.Bruce Momjian