Commit Graph

22553 Commits (56e90da8da137c5a91c4086970b721c5ef7d6871)

Author SHA1 Message Date
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
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 b8288038ba Unconditionally use the WSA equivalents of Socket error constants. 13 years ago
Tom Lane f7bbd46dcf In locate_grouping_columns(), don't expect an exact match of Var typmods. 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
Tom Lane 1346f40b58 Fix regexp_matches() handling of zero-length matches. 13 years ago
Noah Misch ed33ad39a2 Restore REINDEX constraint validation. 13 years ago
Tom Lane 13f11c8a8c Fix booltestsel() for case where we have NULL stats but not MCV stats. 13 years ago
Alvaro Herrera 15fdf7302a Check for NULL result from strdup 13 years ago
Tom Lane c1f51ed296 Change post-rewriter representation of dropped columns in joinaliasvars. 13 years ago
Michael Meskes 4652abeb30 Initialize day of year value. 13 years ago
Tom Lane f4ceb7aa56 Fix regex match failures for backrefs combined with non-greedy quantifiers. 13 years ago
Stephen Frost 2f397a08de Clean up pg_basebackup libpq usage 13 years ago
Stephen Frost 3cb7a393e8 Ensure 64bit arithmetic when calculating tapeSpace 13 years ago
Magnus Hagander 271f7b0f8a Fix include-guard 13 years ago
Michael Meskes 6dc4e62d04 Also escape double quotes for ECPG's #line statement. 13 years ago
Michael Meskes 2bb2a29c71 Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. 13 years ago
Tom Lane 50e66d37ac Mark index-constraint comments with correct dependency in pg_dump. 13 years ago
Tom Lane c204aba26c Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 13 years ago
Andrew Dunstan 1c6afc40f7 Properly dump dropped foreign table cols in binary-upgrade mode. 13 years ago
Fujii Masao 3f145f6be3 Support clean switchover. 13 years ago
Simon Riggs a41c88194b Ensure no xid gaps during Hot Standby startup 13 years ago
Fujii Masao 81bb2d23bd Fix pg_restore -l with the directory archive to display the correct format name. 13 years ago
Tom Lane cf0f08e03b Only install a portal's ResourceOwner if it actually has one. 13 years ago
Tom Lane e46753e9b9 Fix cache flush hazard in cache_record_field_properties(). 13 years ago
Joe Conway 86742ac9c8 Fix ordering of obj id for Rules and EventTriggers in pg_dump. 13 years ago
Tom Lane a2c2336f96 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 13 years ago
Tom Lane aee8a60c72 Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions. 13 years ago
Tom Lane 8c3fdbb56e Remove fixed limit on the number of concurrent AllocateFile() requests. 13 years ago
Andrew Dunstan d7cb64aeb5 Don't downcase non-ascii identifier chars in multi-byte encodings. 13 years ago