Commit Graph

3714 Commits (792dba73c8f30528e51c4967d3be8ec4bdc5234b)

Author SHA1 Message Date
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Joe Conway 4f66c93f61 Update sepgsql to add mandatory access control for TRUNCATE 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Michael Paquier 94fec48516 Add regression test for two-phase transaction in postgres_fdw 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Thomas Munro 7815e7efdb Add reusable routine for making arrays unique. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Michael Paquier 3534fa2233 Refactor code building relation options 6 years ago
Tom Lane 741b1aaf61 Fix PG_GETARG_SEG_P() definition. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Michael Paquier 6ca86bb7e9 Fix typos in the code 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Peter Eisentraut 5d3587d14b Fix most -Wundef warnings 6 years ago
Michael Paquier 14ac4237cb Update test output of sepgsql for ALTER TABLE COLUMN DROP 6 years ago
Peter Eisentraut bdb839cbde Update unicode.org URLs 6 years ago
Michael Paquier 69f9410807 Allow definition of lock mode for custom reloptions 6 years ago
Michael Paquier 736b84eede Fix failure with lock mode used for custom relation options 6 years ago
Fujii Masao 6d05086c0a Speedup truncations of relation forks. 6 years ago
Peter Eisentraut 887248e97e Message style fixes 6 years ago
Michael Paquier 58b4cb30a5 Redesign pageinspect function printing infomask bits 6 years ago
Michael Paquier ddbd5d8731 Add to pageinspect function to make t_infomask/t_infomask2 human-readable 6 years ago
Alvaro Herrera 0afc0a7841 Fix unaccent generation script in Windows 6 years ago
Michael Paquier fc8cb94bf4 Make use of generic logging in vacuumlo and oid2name 6 years ago
Peter Eisentraut 9684e42695 Error out on too many command-line arguments 6 years ago
Michael Paquier 06fdc4e4d3 Do more cleanup of isolation tests for test_decoding 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Andres Freund 6a04d345fd Don't include utils/array.h from acl.h. 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Peter Geoghegan 6754fe65a4 amcheck: Skip unlogged relations during recovery. 6 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 6 years ago
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Tom Lane e0f5048851 Fix handling of "undef" in contrib/jsonb_plperl. 6 years ago
Michael Paquier b2a3d706b8 Fix handling of previous password hooks in passwordcheck 6 years ago
Michael Paquier 652a8947d9 Remove orphaned structure member in pgcrypto 6 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 6 years ago
Tom Lane f5a4ab23e4 Fix contrib/sepgsql test policy to work with latest SELinux releases. 6 years ago
David Rowley 1e6a759838 Use appendBinaryStringInfo in more places where the length is known 6 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 6 years ago
Peter Geoghegan 894af78f18 Don't rely on estimates for amcheck Bloom filters. 6 years ago
Jeff Davis 6f40ee4f83 pg_stat_statements: add missing check for pgss_enabled(). 6 years ago
Tom Lane 82c8a3c52a Fix sepgsql test results for commit d97b714a2. 6 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 6 years ago
Andrew Gierth 6e74c64bcf Teach pg_stat_statements not to ignore FOR UPDATE clauses 6 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 6 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 6 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 6 years ago