Commit Graph

38695 Commits (e66a45344ff33d64aa6ff50673ff9fe8577ea6db)
 

Author SHA1 Message Date
Bruce Momjian f6d65f0c70 docs: consistently uppercase index method and add spacing 10 years ago
Heikki Linnakangas 9feaba28e2 Silence create_index regression test failure. 10 years ago
Heikki Linnakangas 98edd617f3 Fix datatype confusion with the new lossy GiST distance functions. 10 years ago
Tom Lane a868931fec Fix insufficiently-paranoid GB18030 encoding verifier. 10 years ago
Stephen Frost aff27e3379 Remove useless pg_audit.conf 10 years ago
Fujii Masao 458a07701e Support --verbose option in reindexdb. 10 years ago
Heikki Linnakangas 35fcb1b3d0 Allow GiST distance function to return merely a lower-bound. 10 years ago
Fujii Masao ecd222e770 Support VERBOSE option in REINDEX command. 10 years ago
Tom Lane 4b8f797f67 Honor traditional SGML NAMELEN limit. 10 years ago
Tom Lane 7730f48ede Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions. 10 years ago
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 10 years ago
Alvaro Herrera b488c580ae Allow on-the-fly capture of DDL event details 10 years ago
Stephen Frost fa2642438f Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT 10 years ago
Bruce Momjian 9d15292cfc pg_upgrade: use single or double-quotes in command-line strings 10 years ago
Tom Lane 20781765f7 Fix incorrect checking of deferred exclusion constraint after a HOT update. 10 years ago
Robert Haas b4d4ce1d50 Increase threshold for multixact member emergency autovac to 50%. 10 years ago
Bruce Momjian 2200713aa8 initdb: only recommend pg_ctl to start the server 10 years ago
Bruce Momjian 23c33198b9 docs: add "serialization anomaly" to transaction isolation table 10 years ago