Commit Graph

39321 Commits (c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4)
 

Author SHA1 Message Date
Peter Eisentraut c5ec406412 Message style fix 10 years ago
Peter Eisentraut 5be5b5029f Improve message 10 years ago
Peter Eisentraut 5db837d3f2 Message improvements 10 years ago
Peter Eisentraut 53264c7b1e doc: Fix commas and improve spacing 10 years ago
Robert Haas e93b62985f Remove volatile qualifiers from bufmgr.c and freelist.c 10 years ago
Tom Lane 8004953b5a Speed up ruleutils' name de-duplication code, and fix overlength-name case. 10 years ago
Robert Haas 179c97bf58 Remove accidentally-committed debugging code. 10 years ago
Tom Lane 7745bc352a Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 10 years ago
Tom Lane 7d9a4737c2 Improve type numeric's calculations for ln(), log(), exp(), pow(). 10 years ago
Bruce Momjian e57646e962 Fix spelling error in postgresql.conf 10 years ago
Bruce Momjian 025106e314 pg_upgrade: properly detect file copy failure on Windows 10 years ago
Stephen Frost 42aa1c032e Correct sepgsql docs with regard to RLS 10 years ago
Alvaro Herrera 83dec5a712 vacuumdb: don't prompt for passwords over and over 10 years ago
Robert Haas fe702a7b3f Move each SLRU's lwlocks to a separate tranche. 10 years ago
Tom Lane c405918858 Fix unwanted flushing of libpq's input buffer when socket EOF is seen. 10 years ago
Robert Haas c3e7c24a1d libpq: Notice errors a backend may have sent just before dying. 10 years ago
Robert Haas ac1d7945f8 Make idle backends exit if the postmaster dies. 10 years ago
Robert Haas a05dc4d7fd Provide readfuncs support for custom scans. 10 years ago
Tom Lane 39b9978d9c Do a round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane 6404751ce9 Improve documentation around autovacuum-related storage parameters. 10 years ago
Tom Lane da3751c8ea Be more noisy about "wrong number of nailed relations" initfile problems. 10 years ago
Robert Haas 80558c1f5a Generate parallel sequential scan plans in simple cases. 10 years ago
Robert Haas f0661c4e8c Make sequential scans parallel-aware. 10 years ago
Robert Haas f764ecd81b Add outfuncs.c support for GatherPath. 10 years ago
Tom Lane 7b6fb76349 Docs: fix misleading example. 10 years ago
Tom Lane b05ae27e9a Add missing "static" qualifier. 10 years ago
Tom Lane 944b41fc00 Improve our workaround for 'TeX capacity exceeded' in building PDF files. 10 years ago
Robert Haas 5c90a2ffdd Comment update. 10 years ago
Robert Haas bf3d015631 Fix rebasing mistake in nodeGather.c 10 years ago
Robert Haas 89ff5c7f75 Add a dummy return statement to TupleQueueRemap. 10 years ago
Andres Freund c31f1dc559 Add paragraph about ON CONFLICT interaction with partitioning. 10 years ago
Andres Freund f3a764b0da Set replication origin when decoding commit records. 10 years ago
Noah Misch fed19f312c Don't connect() to a wildcard address in test_postmaster_connection(). 10 years ago
Robert Haas fba60e573e Remove set-but-not-used variables. 10 years ago
Tom Lane ad9fad7b68 Update 9.5 release notes through today. 10 years ago
Tom Lane c5e86ea932 Add "xid <> xid" and "xid <> int4" operators. 10 years ago
Tom Lane 9042f58342 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
Tom Lane a43b4ab111 Fix enforcement of restrictions inside regexp lookaround constraints. 10 years ago
Robert Haas 8d7396e509 Try to convince gcc that TupleQueueRemap never falls off the end. 10 years ago
Robert Haas af9773cf4c When completing ALTER INDEX .. SET, add an equals sign also. 10 years ago
Robert Haas 6e71dd7ce9 Modify tqueue infrastructure to support transient record types. 10 years ago
Robert Haas cbb82e370d Remove unnecessary cast in previous commit. 10 years ago
Robert Haas a76ef15d9f Add sort support routine for the UUID data type. 10 years ago
Stephen Frost 5644419b3d Set include_realm=1 default in parse_hba_line 10 years ago
Robert Haas 8a1fab36ab pg_size_pretty: Format negative values similar to positive ones. 10 years ago
Robert Haas dde5f09fad Document interaction of bgworkers with LISTEN/NOTIFY. 10 years ago
Tom Lane b23af45875 Fix erroneous hash calculations in gin_extract_jsonb_path(). 10 years ago
Tom Lane 8c75ad436f Fix memory leaks in PL/Python. 10 years ago
Robert Haas 64b2e7ad91 Pass extra data to bgworkers, and use this to fix parallel contexts. 10 years ago
Tom Lane 59464bd6f9 Improve implementation of GEQO's init_tour() function. 10 years ago