Commit Graph

27140 Commits (010eebf1649bb28415d23ddcd0bb7afe102a078c)
 

Author SHA1 Message Date
Heikki Linnakangas cac2f697ee Fix WAL file cutoff point calculation in pg_standby. 18 years ago
Neil Conway 68af3752de Minor improvements to the Gin internal documentation. 18 years ago
Bruce Momjian 70d15a51b2 Add comment for deadlock_timeout: 18 years ago
Tom Lane 170063cd1e Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean 18 years ago
Tom Lane c50838533b Fix AT TIME ZONE (in all three variants) so that we first try to interpret 18 years ago
Peter Eisentraut 76c3c59bd1 Added documentation for function xmlagg. 18 years ago
Tom Lane fbcc69c192 Prevent integer overflows during units conversion when displaying a GUC 18 years ago
Teodor Sigaev 2a59b7910e Fix initialization of GinScanEntryData.partialMatch 18 years ago
Magnus Hagander d06a8d054d Fix a couple of bugs in win32 shmem name generation: 18 years ago
Tom Lane c63147d6f0 Add a function pg_get_keywords() to let clients find out the set of keywords 18 years ago
Peter Eisentraut e3d9dceef6 Don't refer to the database name "regression" inside the regression test 18 years ago
Peter Eisentraut b11c1876ed Don't print the name of the database in psql \z. 18 years ago
Peter Eisentraut c8dbbb194a Clean up weird whitespace. Separate patch to simplifiy the next change. 18 years ago
Joe Conway c0241b9573 When an ERROR happens on a dblink remote connection, take 18 years ago
Tom Lane 0a8f6b797a Fix psql's \d and allied commands to work with all server versions back to 7.4. 18 years ago
Bruce Momjian 2c2aff6acd Update source code comment about when to use gettext_noop(). 18 years ago
Tom Lane c5f4b98fae Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin, 18 years ago
Bruce Momjian 1e797d29c3 Documentation patch by Kevin L. McBride explaining GUC lock variables, 18 years ago
Tom Lane 009a6c9a1a Remove GUC extra_desc strings that are redundant with the enum value lists. 18 years ago
Bruce Momjian 03c4e793e8 Add URL for: 18 years ago
Bruce Momjian 16812e339c Add to TODO: 18 years ago
Heikki Linnakangas 65919ec949 Move volatility, language, etc. modifiers before function body in the pg_dump 18 years ago
Heikki Linnakangas 3ccb2c590c Extend VacAttrStats to allow typanalyze functions to store statistic values 18 years ago
Magnus Hagander baaad2330b "debug" level was supposed to be hidden, since it's just an alias for debug2. 18 years ago
Magnus Hagander 7b39f488b4 Split apart message_level_options into one set for server-side settings and 18 years ago
Tom Lane 8c3340fe16 Fix identify_system_timezone() so that it tests the behavior of the system 18 years ago
Tom Lane 5b965bf08b Teach autovacuum how to determine whether a temp table belongs to a crashed 18 years ago
Bruce Momjian 92d1cc8973 Issue psql connection warnings on connection start and via \c, per 18 years ago
Bruce Momjian 6b797c852b Fix recovery.conf boolean variables to take the same range of string 18 years ago
Bruce Momjian 5ce521f648 Add psql TODO: 18 years ago
Bruce Momjian c96d5df53e Add psql TODO item: 18 years ago
Teodor Sigaev 8eee65c996 ltree support for multibyte encodings. Patch was made by 18 years ago
Heikki Linnakangas 995fb74202 Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size. 18 years ago
Tom Lane 7ea9b997ef Remove unnecessary coziness of GIN code with datum copying. Now that 18 years ago
Tom Lane 4a8d573cda If pnstrdup is going to be promoted to a generally available function, 18 years ago
Tom Lane dcc2334736 Consider a clause to be outerjoin_delayed if it references the nullable side 18 years ago
Magnus Hagander f6c1dece9a Fix standalone libpq build on win32. 18 years ago
Tom Lane 2c2161a47d Improve planner's estimation of the size of an append relation: rather than 18 years ago
Bruce Momjian f95b5334a7 Mention actual function names in documentation of how to pass binary 18 years ago
Bruce Momjian 5d747ddd75 Add to TODO: 18 years ago
Tom Lane 8530c82fc4 Clarify plpgsql documentation by not treating IF THEN ELSE IF ... as a 18 years ago
Tom Lane 623f8a0969 Modify the recently-added probe for -Wl,--as-needed some more, because RHEL-4 18 years ago
Bruce Momjian 68057055f6 Use SGML table to show backslash string escapes, rather than have them 18 years ago
Bruce Momjian 476fad2d91 Add MERGE TODO URL: 18 years ago
Bruce Momjian 4688e6d9cb Fix pg_ctl bug where detection of binary location from postmaster.opts 18 years ago
Teodor Sigaev 5ff9899933 Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding 18 years ago
Michael Meskes 13c843d085 Synced parser 18 years ago
Bruce Momjian 46dd4db31e Add TODO about security: 18 years ago
Bruce Momjian 9c1d897b94 More FAQ URL updates from Curtis Gallant. 18 years ago
Bruce Momjian 7cc1fb4768 Simplify 'pg_ctl restart' detection of first argument in 18 years ago