Commit Graph

2843 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Peter Eisentraut 75f9d17638 Make Python tests more portable 10 years ago
Stephen Frost cde9cf170c Finish removing pg_audit 10 years ago
Stephen Frost e5f1a4f1e3 Remove pg_audit 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Tom Lane 91e79260f6 Remove no-longer-required function declarations. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andres Freund 0740cbd759 Refactor ON CONFLICT index inference parse tree representation. 10 years ago
Peter Eisentraut 0779f2ba2d Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 10 years ago
Noah Misch 85270ac7a2 pgcrypto: Report errant decryption as "Wrong key or corrupt data". 10 years ago
Tom Lane b14cf229f4 Use += not = to set makefile variables after including base makefiles. 10 years ago
Stephen Frost a936743b33 pg_audit Makefile, REINDEX changes 10 years ago
Magnus Hagander 3b075e9d7b Fix typos in comments 10 years ago
Peter Eisentraut fab6ca23ea hstore_plpython: Fix regression tests under Python 3 10 years ago
Peter Eisentraut e6dc503445 Fix whitespace 10 years ago
Andres Freund f3d3118532 Support GROUPING SETS, CUBE and ROLLUP. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Simon Riggs df259759fb Add to contrib/Makefile 10 years ago
Simon Riggs 56e121a508 contrib/tsm_system_time 10 years ago
Simon Riggs 4d40494b11 contrib/tsm_system_rows 10 years ago
Simon Riggs f6d208d6e5 TABLESAMPLE, SQL Standard and extensible 10 years ago
Stephen Frost aff27e3379 Remove useless pg_audit.conf 10 years ago
Simon Riggs 83e176ec18 Separate block sampling functions 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 35a1e1d159 Fix portability issue in pg_audit. 10 years ago
Tom Lane 6c9e93d3ff Suppress uninitialized-variable warning. 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 0bb8528b5c Fix postgres_fdw to return the right ctid value in EvalPlanQual cases. 10 years ago
Andres Freund 5850b20f58 Add pgstattuple_approx() to the pgstattuple extension. 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 10 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 10 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 10 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 10 years ago
Alvaro Herrera db5f98ab4f Improve BRIN infra, minmax opclass and regression test 11 years ago
Tom Lane b22527f29d Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Peter Eisentraut c0574cd5aa hstore_plpython: Support tests on Python 2.3 11 years ago
Andrew Dunstan f802c6ddba Enable transforms modules to build and run with Mingw builds. 11 years ago
Peter Eisentraut e30a864963 hstore_plperl: Move port-specific parts to later in the makefile 11 years ago
Peter Eisentraut 0fd764647a Make hstore_plperl's build even more like plperl's 11 years ago
Andrew Dunstan 77477e745b Make hstore_plperl's build more like plperl's 11 years ago