Commit Graph

32890 Commits (fc8e54f399feac91aa6dd489b51d53921d21617b)
 

Author SHA1 Message Date
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
Peter Eisentraut 1c4dfd19a6 Translation updates 12 years ago
Kevin Grittner 556e6d0ba3 Eliminate xmin from hash tag for predicate locks on heap tuples. 12 years ago
Andrew Dunstan 6ed3c5f7b2 Document support for VPATH builds of extensions. 12 years ago
Peter Eisentraut d648af0df4 doc: Correct psycopg URL 12 years ago
Peter Eisentraut c768cf616d pg_basebackup: Add missing newline to error message 12 years ago
Andrew Dunstan 176c70b9f2 Backpatch pgxs vpath build and installation fixes (v2) 12 years ago
Heikki Linnakangas cd6c03b5c1 Fix snapshot leak if lo_open called on non-existent object. 12 years ago
Andrew Dunstan 03b6a6b48e Revert "Backpatch pgxs vpath build and installation fixes." 12 years ago
Andrew Dunstan 1589246104 Backpatch pgxs vpath build and installation fixes. 12 years ago
Heikki Linnakangas 096ad24335 Fix spurious warning after vacuuming a page on a table with no indexes. 12 years ago
Alvaro Herrera 1e691588c1 Fix pgindent comment breakage 12 years ago
Noah Misch ea0a8f0d22 Use @libdir@ in both of regress/{input,output}/security_label.source 12 years ago
Stephen Frost 5eaa369e2e Fix SSL deadlock risk in libpq 12 years ago
Noah Misch f0d76a515e Ignore interrupts during quickdie(). 12 years ago
Michael Meskes 994362a317 Return error if allocation of new element was not possible. 12 years ago
Michael Meskes aef9d25aa3 Close file to no leak file descriptor memory. Found by Coverity. 12 years ago
Tom Lane 8e67a28eea Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 12 years ago
Tom Lane f8730733e0 Update time zone data files to tzdata release 2013d. 12 years ago
Andrew Dunstan c558e1e64d Fix relfrozenxid query in docs to include TOAST tables. 12 years ago
Andrew Dunstan b8288038ba Unconditionally use the WSA equivalents of Socket error constants. 12 years ago
Tom Lane f7bbd46dcf In locate_grouping_columns(), don't expect an exact match of Var typmods. 13 years ago
Tom Lane 649839dd9f Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 13 years ago
Peter Eisentraut a2e66c03a4 libpq: Report strerror on pthread_mutex_lock() failure 13 years ago
Tom Lane 6084c0705a Make sure float4in/float8in accept all standard spellings of "infinity". 13 years ago
Alvaro Herrera c928dc9dfb Fix old visibility bug in HeapTupleSatisfiesDirty 13 years ago
Stephen Frost 71127756af Improve handling of pthread_mutex_lock error case 13 years ago
Stephen Frost 0b821b8d7c Add locking around SSL_context usage in libpq 13 years ago