Commit Graph

48542 Commits (2f9c46a32b43d72c9384378827ee51fde896807c)
 

Author SHA1 Message Date
Peter Eisentraut 2f9c46a32b Fix typo 6 years ago
Tom Lane 761a5688b1 Fix confusion about event trigger vs. plain function in plpgsql. 6 years ago
Peter Eisentraut 2ed19a488e Set gen_random_uuid() to volatile 6 years ago
Jeff Davis 5b618e1f48 Minor refactor of nodeAgg.c. 6 years ago
Jeff Davis 8021985d79 logtape.c: allocate read buffer even for an empty tape. 6 years ago
Fujii Masao 0074919794 Fix mesurement of elapsed time during truncating heap in VACUUM. 6 years ago
Michael Paquier e2e02191e2 Clean up some code, comments and docs referring to Windows 2000 and older 6 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 6 years ago
Peter Geoghegan fe9b92854e Remove obsolete _bt_compare() comment. 6 years ago
Fujii Masao b7e51b350c Make inherited LOCK TABLE perform access permission checks on parent table only. 6 years ago
Michael Paquier 958f9fb98d Remove duplicated words in comments 6 years ago
Michael Paquier ddfc3c1499 Fix grammar in monitoring.sgml 6 years ago
Tom Lane f31364676d Teach pg_dump to dump comments on RLS policy objects. 6 years ago
Peter Eisentraut c6679e4fca Optimize update of tables with generated columns 6 years ago
Peter Eisentraut ad3ae64770 Fill in extraUpdatedCols in logical replication 6 years ago
Fujii Masao f4ae722141 Add description about GSSOpenServer wait event into document. 6 years ago
Fujii Masao e593148d43 Add description about LogicalRewriteTruncate wait event into document. 6 years ago
Tom Lane e02ea141ee Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl. 6 years ago
Tom Lane faade5d4c6 Update obsolete comment. 6 years ago
Tom Lane 9d1ec5a8e1 Clarify coding in Catalog::AddDefaultValues. 6 years ago
Tom Lane b78542b9e9 Run "make reformat-dat-files". 6 years ago
Tom Lane 86ff085e83 Don't require pg_class.dat to contain correct relnatts values. 6 years ago
Peter Geoghegan 317906f2a6 Recreate website's formatting for "website" doc builds. 6 years ago
Tom Lane 751c63cea0 Remove pg_regress' --load-language option. 6 years ago
Michael Paquier 11f063b0a9 Remove some dead code in contrib/adminpack/ 6 years ago
Tom Lane eb67623c96 Mark some contrib modules as "trusted". 6 years ago
Jeff Davis 7fdd919ae7 Logical Tape Set: lazily allocate read buffer. 6 years ago
Tom Lane 607f8ce74d Avoid a performance regression in float overflow/underflow detection. 6 years ago
Peter Geoghegan caba0910af Doc: Restructure B-Tree support routine docs. 6 years ago
Tom Lane 0973f5602c Remove long-dead comments. 6 years ago
Tom Lane dce988145f Doc: fix old oversights in GRANT/REVOKE documentation. 6 years ago
Andres Freund 997563dfcb Try to harden insert-conflict-specconflict against autovacuum. 6 years ago
Michael Paquier dcdbb5a5db Add %x to default PROMPT1 and PROMPT2 in psql 6 years ago
Andres Freund 43e0841970 Test additional speculative conflict scenarios. 6 years ago
Fujii Masao be6221e9be Fix bug in pg_basebackup -F plain -R. 6 years ago
Peter Eisentraut e49d5ebbae Document the pg_upgrade -j/--jobs option as taking an argument 6 years ago
Thomas Munro 701a51fd4e Use pg_pwrite() in more places. 6 years ago
Peter Eisentraut 2102ba4b58 Canonicalize some URLs 6 years ago
Peter Eisentraut 541757f34e psql: Remove one use of HAVE_UNIX_SOCKETS 6 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 6 years ago
Jeff Davis 11de6c903d Change signature of TupleHashTableHash(). 6 years ago
Alvaro Herrera 8fa8e01156 createuser: fix parsing of --connection-limit argument 6 years ago
Alvaro Herrera b048f558dd Fix priv checks for ALTER <object> DEPENDS ON EXTENSION 6 years ago
Michael Paquier 4e818866e5 Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command" 6 years ago
Amit Kapila 3dfba9fdf5 Fix typos. 6 years ago
Amit Kapila 77a00b809a doc: Spell checking 6 years ago
Michael Paquier d1c0b61328 pg_upgrade: Fix quoting of some arguments in pg_ctl command 6 years ago
Thomas Munro 1713a0013f psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline. 6 years ago
Tom Lane c185a57753 Revert "docs: change "default role" wording to "predefined role"" 6 years ago
Tom Lane 4093ff5737 Store the deletion horizon XID for a deleted GIN page on the right page. 6 years ago