Commit Graph

29432 Commits (96de4939c0038fecd03f88891538053c691eeebd)
 

Author SHA1 Message Date
Michael Meskes 96de4939c0 Do not use an empty hostname. 12 years ago
Kevin Grittner 302cbc5fa6 Don't attempt to limit target database for pg_restore. 12 years ago
Kevin Grittner b2d80147d5 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Tatsuo Ishii 69f77d7565 Add "SHIFT_JIS" as an accepted encoding name for locale checking. 12 years ago
Tom Lane 45d0c1b7d8 Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. 12 years ago
Tom Lane 85eb066ecd Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane 884c6384a2 Fix possible crash with nested SubLinks. 12 years ago
Joe Conway 6c8b16e30a Fix performance regression in dblink connection speed. 12 years ago
Tom Lane 7635dae552 Clear retry flags properly in replacement OpenSSL sock_write function. 12 years ago
Heikki Linnakangas 67fc33d3ad Fix full-page writes of internal GIN pages. 12 years ago
Tom Lane be26515fc3 Stamp 8.4.19. 12 years ago
Tom Lane 67f898bd36 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Peter Eisentraut 28c1952317 Translation updates 12 years ago
Tom Lane 0526889a63 Update time zone data files to tzdata release 2013h. 12 years ago
Tom Lane c361835468 Back-patch src/timezone/known_abbrevs.txt into all active branches. 12 years ago
Kevin Grittner ac7113bb31 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Tom Lane 6cb109a812 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago
Heikki Linnakangas 8a7f4466ad Don't update relfrozenxid if any pages were skipped. 12 years ago
Michael Meskes 3b41a7c74a ECPG: Make the preprocessor emit ';' if the variable type for a list of 12 years ago
Michael Meskes f142c27a32 ECPG: Fix offset to NULL/size indicator array. 12 years ago
Tom Lane 2c3b7d2247 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane d0378c8a8c Fix array slicing of int2vector and oidvector values. 12 years ago
Tom Lane 3482f29869 Ensure _dosmaperr() actually sets errno correctly. 12 years ago
Peter Eisentraut 240766a6ec Avoid potential buffer overflow crash 12 years ago
Tom Lane 122ba5dadf Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Tom Lane 6765a2c96a Fix incorrect loop counts in tidbitmap.c. 12 years ago
Tom Lane 0d6a006df6 Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Magnus Hagander 8633aa9c3f Fix doc links in README file to work with new website layout 12 years ago
Heikki Linnakangas b6f82acefd Fix race condition in GIN posting tree page deletion. 12 years ago
Tom Lane 90b07dd7ba Make contain_volatile_functions/contain_mutable_functions look into SubLinks. 12 years ago
Tom Lane 3eb777671b Be more robust when strerror() doesn't give a useful result. 12 years ago
Tom Lane 72c8a584bf Prevent creating window functions with default arguments. 12 years ago
Tom Lane 2268d1c14c Improve the error message given for modifying a window with frame clause. 12 years ago
Michael Meskes 5f8f8cbec5 Changed test case slightly so it doesn't have an unused typedef. 12 years ago
Tom Lane d74eaf374f Ensure all files created for a single BufFile have the same resource owner. 12 years ago
Tom Lane 01499ea330 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 12 years ago
Tom Lane a1f86e70c8 Prevent using strncpy with src == dest in TupleDescInitEntry. 12 years ago
Peter Eisentraut de63db920f doc: Remove i18ngurus.com link 12 years ago
Bruce Momjian 8c64e93370 doc: fix typo in release notes 12 years ago
Peter Eisentraut e6a8de2854 Stamp 8.4.18. 12 years ago
Bruce Momjian 3ac00d8701 docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1 12 years ago
Peter Eisentraut 45336e837a Translation updates 12 years ago
Peter Eisentraut 50eeeb0290 doc: Correct psycopg URL 12 years ago
Heikki Linnakangas fef01d4199 Fix snapshot leak if lo_open called on non-existent object. 12 years ago
Heikki Linnakangas 5fdab1ea51 Fix spurious warning after vacuuming a page on a table with no indexes. 12 years ago
Alvaro Herrera a6b831a528 Fix pgindent comment breakage 12 years ago
Stephen Frost d6dc44a879 Fix SSL deadlock risk in libpq 12 years ago
Noah Misch 312116ed7d Ignore interrupts during quickdie(). 12 years ago
Michael Meskes 83ec831368 Return error if allocation of new element was not possible. 12 years ago
Tom Lane f74a024c33 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 12 years ago