Commit Graph

33117 Commits (06646f52ea43ba7ac7e89a2bc2e4493539e805e8)
 

Author SHA1 Message Date
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
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 aa4982169d Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Tom Lane 3ba763bd95 Fix configure probe for sys/ucred.h. 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
Robert Haas e23adeff0c doc: Fix typos in conversion names. 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
Michael Meskes 703bc145f7 Fixed incorrect description of EXEC SQL VAR command. 13 years ago
Bruce Momjian ad4c625ee4 pg_upgrade: document possible pg_hba.conf options 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
Magnus Hagander 456d37a0bf Remove stray | character 13 years ago
Michael Meskes 2bb2a29c71 Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. 13 years ago
Alvaro Herrera 8455b70fee Mention extra_float_digits in floating point docs 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
Tom Lane 0ae7d63b5c Tweak wording in sequence-function docs to avoid PDF build failures. 13 years ago
Noah Misch 8356d94988 Document effect of constant folding on CASE. 13 years ago