Commit Graph

33117 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)
 

Author SHA1 Message Date
Tom Lane 52c342dd02 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Tom Lane 48e5cfde87 Fix possible crash with nested SubLinks. 12 years ago
Joe Conway 70165f25bc Fix performance regression in dblink connection speed. 12 years ago
Tom Lane ad910ccdc7 Clear retry flags properly in replacement OpenSSL sock_write function. 12 years ago
Heikki Linnakangas e6acb956a0 Fix full-page writes of internal GIN pages. 12 years ago
Tom Lane f67b8aeab3 Fix crash in assign_collations_walker for EXISTS with empty SELECT list. 12 years ago
Tom Lane c53cbb39f8 Stamp 9.1.11. 12 years ago
Tom Lane 45f0620fc7 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Alvaro Herrera 0176f8bea4 Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2 12 years ago
Peter Eisentraut 559eb85bff Translation updates 12 years ago
Tom Lane 99e7d2ad1f Update time zone data files to tzdata release 2013h. 12 years ago
Tom Lane 06c04275e5 Back-patch src/timezone/known_abbrevs.txt into all active branches. 12 years ago
Kevin Grittner 4bdccd8427 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Alvaro Herrera 9f1e051ade Truncate pg_multixact/'s contents during crash recovery 12 years ago
Tom Lane 8c72b20e39 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago
Heikki Linnakangas bf0d21e617 Don't update relfrozenxid if any pages were skipped. 12 years ago
Michael Meskes 9a1c6dd43a ECPG: Fix searching for quoted cursor names case-sensitively. 12 years ago
Michael Meskes a1726994bf Documentation fix for ecpg. 12 years ago
Fujii Masao 375ed999ef Fix typo in release note. 12 years ago
Michael Meskes 5bffd42a3b ECPG: Make the preprocessor emit ';' if the variable type for a list of 12 years ago
Michael Meskes 20ada26ea2 ECPG: Fix offset to NULL/size indicator array. 12 years ago
Tom Lane 8bf45ea8ba Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane 7b63528750 Fix array slicing of int2vector and oidvector values. 12 years ago
Tom Lane b2502ecef9 Ensure _dosmaperr() actually sets errno correctly. 12 years ago
Peter Eisentraut e1f7173ea1 Avoid potential buffer overflow crash 12 years ago
Tom Lane 92a752151f Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Tom Lane 6730199368 Fix quoting in help messages in uuid-ossp extension scripts. 12 years ago
Heikki Linnakangas fc8e54f399 Fix Hot-Standby initialization of clog and subtrans. 12 years ago
Tom Lane e3a02a3926 Fix incorrect loop counts in tidbitmap.c. 12 years ago
Tom Lane 71ff6c1ebe Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Magnus Hagander 29bbca433e Fix doc links in README file to work with new website layout 12 years ago
Heikki Linnakangas 3527a5f59f Fix race condition in GIN posting tree page deletion. 12 years ago
Tom Lane af38d140c7 Make contain_volatile_functions/contain_mutable_functions look into SubLinks. 12 years ago
Tom Lane 8cfd4c6a17 Be more robust when strerror() doesn't give a useful result. 12 years ago
Tom Lane 6e2c762480 Fix generation of MergeAppend plans for optimized min/max on expressions. 12 years ago
Tom Lane aad87e3f25 Prevent creating window functions with default arguments. 12 years ago
Tom Lane db157fb141 Improve the error message given for modifying a window with frame clause. 12 years ago
Michael Meskes 4c412ca2e5 Changed test case slightly so it doesn't have an unused typedef. 12 years ago
Tom Lane 8c0116a4c9 Ensure all files created for a single BufFile have the same resource owner. 12 years ago
Tom Lane 172ba45780 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 12 years ago
Tom Lane 4bf70c0394 Prevent using strncpy with src == dest in TupleDescInitEntry. 12 years ago
Peter Eisentraut e78ed0402b doc: Remove i18ngurus.com link 12 years ago
Bruce Momjian 38ee3c55a7 docs: correct 9.1 and 9.2 release note mention of timeline switch fix 12 years ago
Bruce Momjian 6defa661e0 doc: fix typo in release notes 12 years ago
Peter Eisentraut b444726ef6 Stamp 9.1.10. 12 years ago
Peter Eisentraut 4a72c60e4a Revert "Document support for VPATH builds of extensions." 12 years ago
Peter Eisentraut 791a71a679 Revert "Backpatch pgxs vpath build and installation fixes (v2)" 12 years ago
Bruce Momjian 56e90da8da docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1 12 years ago
Heikki Linnakangas d81855129b Oops. Unbreak the 9.1 build. 12 years ago
Heikki Linnakangas 42c63cafb2 Fix bugs in SSI tuple locking. 12 years ago