aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix longstanding typo in V1 calling conventions documentation.Robert Haas2010-05-16
* Improve documentation of pg_restore's -l and -L switches to point out theirTom Lane2010-05-15
* Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas2010-05-15
* tag 8.4.4REL8_4_4Marc G. Fournier2010-05-14
* Fix MSVC builds for recent plperl changes. Go back to version 8.2, which isAndrew Dunstan2010-05-13
* Update release notes with security issues.Tom Lane2010-05-13
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-13
* Use "TOAST table" in place of the vague, not-used-elsewhere phraseTom Lane2010-05-13
* Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unlessTom Lane2010-05-13
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-13
* Fix some spelling errors.Magnus Hagander2010-05-13
* Translation updatePeter Eisentraut2010-05-13
* Preliminary release notes for releases 8.4.4, 8.3.11, 8.2.17, 8.1.21, 8.0.25,Tom Lane2010-05-12
* Update time zone data files to tzdata release 2010j: DST law changes inTom Lane2010-05-11
* Add PKST to the default set of timezone abbreviations.Tom Lane2010-05-11
* Cause the archiver process to adopt new postgresql.conf settings (particularlyTom Lane2010-05-11
* Set per-function GUC settings during validating the function.Itagaki Takahiro2010-05-11
* Suppress signed-vs-unsigned-char warning.Tom Lane2010-05-09
* Work around a subtle portability problem in use of printf %s format.Tom Lane2010-05-08
* ECPG connect routine only checked for NULL to find empty parameters, but user...Michael Meskes2010-05-07
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-05
* Fix incorrect parameter tag in docs, spotted by KOIZUMI Satoru.Heikki Linnakangas2010-05-05
* Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknumTom Lane2010-05-02
* Add code to InternalIpcMemoryCreate() to handle the case where shmget()Tom Lane2010-05-01
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-30
* Provide better guidance for adjusting shared_buffers.Robert Haas2010-04-18
* On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas2010-04-16
* Fix psql's \copy to not insert spaces around dots and commas in the text ofTom Lane2010-04-15
* IP port -> TCP portPeter Eisentraut2010-04-15
* Fix plpgsql's exec_eval_expr() to ensure it returns a sane type OIDTom Lane2010-04-14
* Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane2010-04-14
* Clean up inconsistent commasMagnus Hagander2010-04-09
* Update list of Windows timezones we try to match localized names againstMagnus Hagander2010-04-09
* Proceed to look for the next timezone when matching a localizedMagnus Hagander2010-04-08
* Log the actual timezone name that we fail to look up the values for inMagnus Hagander2010-04-06
* Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...Andrew Dunstan2010-04-03
* Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane2010-04-02
* Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas2010-04-01
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-30
* Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane2010-03-25
* Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera2010-03-25
* Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane2010-03-24
* Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane2010-03-20
* Modify error context callback functions to not assume that they can fetchTom Lane2010-03-19
* Fix missing parentheses for current_query(), per bug #5378.Tom Lane2010-03-18
* Fix bug in %r handling in recovery_end_command, it always came out as 0Heikki Linnakangas2010-03-18
* Typo fixes.Magnus Hagander2010-03-17
* Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane2010-03-17
* tag 8.4.3REL8_4_3Marc G. Fournier2010-03-12
* Improve PL/Perl documentation of database access functions. (Backpatch to 8.4Alvaro Herrera2010-03-11