Commit Graph

38385 Commits (83e176ec18d2a91dbea1d0d1bd94c38dc47cd77c)
 

Author SHA1 Message Date
Simon Riggs 83e176ec18 Separate block sampling functions 10 years ago
Bruce Momjian 5a3022fde0 pg_upgrade: make controldata checks more consistent 10 years ago
Peter Eisentraut a486e35706 Add pg_settings.pending_restart column 10 years ago
Bruce Momjian 333a870f94 doc: list bigint as mapping to int8 and int64 10 years ago
Stephen Frost b22b770683 Make repeated 'make installcheck' runs work 10 years ago
Stephen Frost ed6ea8e815 Improve pg_audit regression tests 10 years ago
Tom Lane 333d077962 Docs: fix erroneous claim about max byte length of GB18030. 10 years ago
Tom Lane 35a1e1d159 Fix portability issue in pg_audit. 10 years ago
Tom Lane 6c9e93d3ff Suppress uninitialized-variable warning. 10 years ago
Tom Lane 1dc5ebc907 Support "expanded" objects, particularly arrays, for better performance. 10 years ago
Stephen Frost 8a2e1edd2b Further fixes for the buildfarm for pg_audit 10 years ago
Stephen Frost c703b1e689 Further fixes for the buildfarm for pg_audit 10 years ago
Stephen Frost dfb7624a13 Fix buildfarm with regard to pg_audit 10 years ago
Stephen Frost ac52bb0442 Add pg_audit, an auditing extension 10 years ago
Tom Lane 9660710e2f Fix distclean/maintainer-clean targets to remove top-level tmp_install dir. 10 years ago
Robert Haas 61f68e0bed Fix comment. 10 years ago
Robert Haas 78efd5c1ed Extend abbreviated key infrastructure to datum tuplesorts. 10 years ago
Tom Lane 0bb8528b5c Fix postgres_fdw to return the right ctid value in EvalPlanQual cases. 10 years ago
Andrew Dunstan 3f2cec797e Fix jsonb replace and delete on scalars and empty structures 10 years ago
Robert Haas ae6157164f Remove useless assertion. 10 years ago
Andres Freund 5850b20f58 Add pgstattuple_approx() to the pgstattuple extension. 10 years ago
Peter Eisentraut dcf5e31908 PL/Python: Remove procedure cache invalidation 10 years ago
Andres Freund 4af6e61a36 Fix ON CONFLICT bugs that manifest when used in rules. 10 years ago
Andrew Dunstan 5c7df74204 Fix some errors from jsonb functions patch. 10 years ago
Andrew Dunstan c6947010ce Additional functions and operators for jsonb 10 years ago
Tom Lane afb9249d06 Add support for doing late row locking in FDWs. 10 years ago
Stephen Frost aa4a0b9571 pgbench: Don't fail during startup 10 years ago
Andrew Dunstan 97e0aa6979 pg_basebackup -F t now succeeds with a long symlink target 10 years ago
Bruce Momjian ea12b3ca8c doc build: use unique Makefile variable to control temp install 10 years ago
Alvaro Herrera 007c932e5a "Fix" test_ddl_deparse regress test schedule 10 years ago
Bruce Momjian e8c19263e4 doc: prevent SGML 'make check' from building temp install 10 years ago
Andrew Dunstan 72d422a522 Map basebackup tablespaces using a tablespace_map file 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 11 years ago
Alvaro Herrera b488c580ae Allow on-the-fly capture of DDL event details 11 years ago
Stephen Frost fa2642438f Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT 11 years ago
Bruce Momjian 9d15292cfc pg_upgrade: use single or double-quotes in command-line strings 11 years ago
Tom Lane 20781765f7 Fix incorrect checking of deferred exclusion constraint after a HOT update. 11 years ago
Robert Haas b4d4ce1d50 Increase threshold for multixact member emergency autovac to 50%. 11 years ago
Bruce Momjian 2200713aa8 initdb: only recommend pg_ctl to start the server 11 years ago
Bruce Momjian 23c33198b9 docs: add "serialization anomaly" to transaction isolation table 11 years ago
Bruce Momjian c71e273402 pg_dump: suppress "Tablespace:" comment for default tablespaces 11 years ago
Robert Haas 04e6d3b877 Even when autovacuum=off, force it for members as we do in other cases. 11 years ago
Robert Haas f6a6c46d7f Advance the stop point for multixact offset creation only at checkpoint. 11 years ago
Robert Haas 312747c224 Fix DetermineSafeOldestOffset for the case where there are no mxacts. 11 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 11 years ago
Tom Lane c594c75078 Add missing "static" marker. 11 years ago
Stephen Frost f0a4b20bb9 Correct reindexdb documentation 11 years ago
Bruce Momjian da31c5ed79 doc: adjust ordering of pg_stat_statement paragraphs 11 years ago
Andrew Dunstan cb9fa802b3 Add new OID alias type regnamespace 11 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 11 years ago