Commit Graph

40714 Commits (f36ca9af05dd0468cdee28fbdbded690a10ff08b)
 

Author SHA1 Message Date
Peter Eisentraut f36ca9af05 Use correct symbol for minimum int64 value 10 years ago
Stephen Frost 47f5bb9f53 Correctly dump database and tablespace ACLs 10 years ago
Tom Lane fe03f28962 Update 9.6 release notes through today. 10 years ago
Tom Lane 606ccc5e7e Improve test case exercising the sorting path for hash index build. 10 years ago
Tom Lane 9563d5b5e4 Add regression test case exercising the sorting path for hash index build. 10 years ago
Tom Lane 278148907a Fix crash in close_ps() for NaN input coordinates. 10 years ago
Tom Lane 745513c702 Clarify usage of clientcert authentication option. 10 years ago
Tom Lane 99dd8b05aa Advance PG_CONTROL_VERSION. 10 years ago
Andres Freund bfa2ab56bb Fix torn-page, unlogged xid and further risks from heap_update(). 10 years ago
Andres Freund a4d357bfbd Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID. 10 years ago
Tom Lane 45639a0525 Avoid invalidating all foreign-join cached plans when user mappings change. 10 years ago
Alvaro Herrera 533e9c6b06 Avoid serializability errors when locking a tuple with a committed update 10 years ago
Teodor Sigaev 00f304ce2d Fix parsing NOT sequence in tsquery 10 years ago
Teodor Sigaev 19d290155d Fix nested NOT operation cleanup in tsquery. 10 years ago
Tom Lane ce150e7e0f Improve documentation about search_path for SECURITY DEFINER functions. 10 years ago
Peter Eisentraut 63cfdb8dde Adjust spellings of forms of "cancel" 10 years ago
Peter Eisentraut 3aed52a622 doc: Fix typos 10 years ago
Tom Lane 1acf757255 Fix GiST index build for NaN values in geometric types. 10 years ago
Magnus Hagander 00e0b67a58 Remove reference to range mode in pg_xlogdump error 10 years ago
Tom Lane 56a9974133 Minor test adjustment. 10 years ago
Tom Lane cec5501394 Add a regression test case to improve code coverage for tuplesort. 10 years ago
Tom Lane 91c0eb5040 Fix obsolete header-file reference in pg_buffercache docs. 10 years ago
Stephen Frost 42ec6c2da6 Add missing hyphen 10 years ago
Peter Eisentraut 5d4050064b Add serial comma and quoting to message 10 years ago
Peter Eisentraut b9fc9f7c3c Put some things in a better order in psql help 10 years ago
Tom Lane baebab3ace Allow IMPORT FOREIGN SCHEMA within pl/pgsql. 10 years ago
Peter Eisentraut d3fbd5929c doc: Fix typo 10 years ago
Tom Lane 4d042999f9 Print a given subplan only once in EXPLAIN. 10 years ago
Tom Lane a670c24c38 Improve output of psql's \df+ command. 10 years ago
Peter Eisentraut 740bf396a1 doc: Update URL for PL/PHP 10 years ago
Magnus Hagander ae7d78c3e2 Add missing newline in error message 10 years ago
Magnus Hagander 87d84d67bb Fix start WAL filename for concurrent backups from standby 10 years ago
Tom Lane 96112ee7c6 Revert "Add some temporary code to record stack usage at server process exit." 10 years ago
Tom Lane 30b2731bd2 Fix TAP tests and MSVC scripts for pathnames with spaces. 10 years ago
Tom Lane c57562725d Improve recording of IA64 stack data. 10 years ago
Tom Lane ea9c4a16d5 Add more temporary code to record stack usage at server process exit. 10 years ago
Tom Lane 769159fd39 Docs: minor improvements for documentation about plpgsql triggers. 10 years ago
Tom Lane 8ba4ccda45 Docs: improve examples about not repeating table name in UPDATE ... SET. 10 years ago
Tom Lane 262c1b2e16 Docs: typo fix. 10 years ago
Tom Lane 88cf37d2a8 Add some temporary code to record stack usage at server process exit. 10 years ago
Stephen Frost e8bde9e253 Typo fix, buils -> builds 10 years ago
Magnus Hagander 51dc30856e Fix missing parenthesis in docs 10 years ago
Robert Haas 3edcdbcc4d Fix typo in comment. 10 years ago
Robert Haas 1b0fc85077 Properly adjust pointers when tuples are moved during CLUSTER. 10 years ago
Robert Haas b22934dc03 Fix a prototype which is inconsistent with the function definition. 10 years ago
Robert Haas d1f822e585 Clarify resource utilization of parallel query. 10 years ago
Tom Lane 62c8421e87 Reduce stack space consumption in tzload(). 10 years ago
Fujii Masao 60d50769b7 Rename pg_stat_wal_receiver.conn_info to conninfo. 10 years ago
Peter Eisentraut 397bf6eed8 Fix typos 10 years ago
Peter Eisentraut 9b7bb106e0 doc: Fix option order in man pages and fix typos 10 years ago