Commit Graph

39142 Commits (e9986a811cbed36915ce7a7bb76bca8df69ab1d5)
 

Author SHA1 Message Date
Tom Lane e9986a811c Make gincostestimate() cope with hypothetical GIN indexes. 10 years ago
Tom Lane 181346cf98 Further tweaking of print_aligned_vertical(). 10 years ago
Tom Lane c79bdc9904 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 10 years ago
Tom Lane 6fe8ca0a2f Further adjustment to psql's print_aligned_vertical() function. 10 years ago
Tom Lane 4122ebcb10 Rework wrap-width calculation in psql's print_aligned_vertical() function. 10 years ago
Tom Lane e69d3a82e4 Avoid caching expression state trees for domain constraints across queries. 10 years ago
Tom Lane daefb98108 Fix failure to consider failure cases in GetComboCommandId(). 10 years ago
Tom Lane 55a2cc8442 Be more paranoid about null return values from libpq status functions. 10 years ago
Bruce Momjian b17dbf2629 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Peter Eisentraut b542d940c3 doc: Some improvements on CREATE POLICY and ALTER POLICY documentation 10 years ago
Teodor Sigaev f01fcd0e41 Clarify pg_rewind connection requirements. 10 years ago
Peter Eisentraut f1824e5513 doc: Add more documentation about wal_retrieve_retry_interval 10 years ago
Tom Lane 5f5e68b087 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Tom Lane a35c5b7c1f Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Tom Lane 8ee1a776a0 Dodge a macro-name conflict with Perl. 10 years ago
Peter Eisentraut 04f5622b63 doc: Clarify some things on pg_receivexlog reference page 10 years ago
Tom Lane bb8b179603 Fix thinko: errmsg -> ereport. 10 years ago
Andrew Dunstan 3f222b676d fix a perl typo 10 years ago
Andrew Dunstan bfac7a69ba Update docs for vcregress.pl bincheck changes 10 years ago
Andrew Dunstan fed03032e5 Improve vcregress.pl's handling of tap tests for client programs 10 years ago
Robert Haas 5021e3dac9 Fix incomplete set_foreignscan_references handling for fdw_recheck_quals 10 years ago
Andres Freund af85779bf7 Improve ON CONFLICT documentation. 10 years ago
Andres Freund 6f8519d130 Remove function names from some elog() calls in heapam.c. 10 years ago
Tom Lane 659d472920 Accept flex > 2.5.x in configure. 10 years ago
Tom Lane 80be41979e Fix possible internal overflow in numeric division. 10 years ago
Tom Lane 331828b754 Back-patch fixes to make TAP tests work on Windows. 10 years ago
Peter Eisentraut a408bd58a6 Message style fix 10 years ago
Peter Eisentraut b6a6340b17 Improve message 10 years ago
Peter Eisentraut 689cabf402 Message improvements 10 years ago
Peter Eisentraut 75c8af902e doc: Fix commas and improve spacing 10 years ago
Tom Lane 34d4f49bb9 Speed up ruleutils' name de-duplication code, and fix overlength-name case. 10 years ago
Tom Lane 0489a048d3 Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 10 years ago
Bruce Momjian fae58d5bed pg_upgrade: properly detect file copy failure on Windows 10 years ago
Stephen Frost d324c72261 Correct sepgsql docs with regard to RLS 10 years ago
Alvaro Herrera 5094da99b9 vacuumdb: don't prompt for passwords over and over 10 years ago
Tom Lane 747854f010 Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 years ago
Tom Lane a8c209fce1 Do a round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane bcb8f96e67 Improve documentation around autovacuum-related storage parameters. 10 years ago
Tom Lane 0819778c43 Docs: fix misleading example. 10 years ago
Tom Lane 8d20eaa62b Improve our workaround for 'TeX capacity exceeded' in building PDF files. 10 years ago
Robert Haas eb66ee639e Stamp 9.5beta2. 10 years ago
Peter Eisentraut 289da0a7a5 Translation updates 10 years ago
Andres Freund 90e074baec Add paragraph about ON CONFLICT interaction with partitioning. 10 years ago
Andres Freund 04c0b63365 Set replication origin when decoding commit records. 10 years ago
Noah Misch 40c28678aa Fix 9.5 version of previous commit to match its log message. 10 years ago
Noah Misch bdb42bac3c Don't connect() to a wildcard address in test_postmaster_connection(). 10 years ago
Tom Lane 5daafafe74 Update 9.5 release notes through today. 10 years ago
Tom Lane ab994cc00e Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
Tom Lane 44fc251536 Fix enforcement of restrictions inside regexp lookaround constraints. 10 years ago
Stephen Frost 695012a0d5 Set include_realm=1 default in parse_hba_line 10 years ago