Commit Graph

3706 Commits (529ebb20aaa5eb68e4fb7a656271bbb83efe9529)

Author SHA1 Message Date
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 7 years ago
Peter Geoghegan 6754fe65a4 amcheck: Skip unlogged relations during recovery. 7 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 7 years ago
Tom Lane efc77cf5f1 Fix intarray's GiST opclasses to not fail for empty arrays with <@. 7 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Tom Lane e0f5048851 Fix handling of "undef" in contrib/jsonb_plperl. 7 years ago
Michael Paquier b2a3d706b8 Fix handling of previous password hooks in passwordcheck 7 years ago
Michael Paquier 652a8947d9 Remove orphaned structure member in pgcrypto 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Tom Lane f5a4ab23e4 Fix contrib/sepgsql test policy to work with latest SELinux releases. 7 years ago
David Rowley 1e6a759838 Use appendBinaryStringInfo in more places where the length is known 7 years ago
Michael Paquier 23bccc823d Fix inconsistencies and typos in the tree 7 years ago
Peter Geoghegan 894af78f18 Don't rely on estimates for amcheck Bloom filters. 7 years ago
Jeff Davis 6f40ee4f83 pg_stat_statements: add missing check for pgss_enabled(). 7 years ago
Tom Lane 82c8a3c52a Fix sepgsql test results for commit d97b714a2. 7 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 7 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 7 years ago
Peter Eisentraut 5925e55498 Add gen_random_uuid function 7 years ago
Andrew Gierth 6e74c64bcf Teach pg_stat_statements not to ignore FOR UPDATE clauses 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Peter Eisentraut 7e9a4c5c3d Use consistent style for checking return from system calls 7 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
Etsuro Fujita 2a1612104c postgres_fdw: Remove redundancy in postgresAcquireSampleRowsFunc(). 7 years ago
Tom Lane 9e1c9f9594 pgindent run prior to branching v12. 7 years ago
Michael Paquier c74d49d41c Fix many typos and inconsistencies 7 years ago
Tom Lane ca129e58c0 Fix regression tests to use only global names beginning with "regress_". 7 years ago
Tom Lane 65e6d42140 Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Peter Geoghegan b00326df7a Correct obsolete amcheck comments. 7 years ago
Magnus Hagander 992fe54e77 Replace an occurrence of slave with standby 7 years ago
Michael Paquier 3412030205 Fix more typos and inconsistencies in the tree 7 years ago