Commit Graph

54296 Commits (b3ff6c742f6c7f750e9f74476576839cb039e1ab)
 

Author SHA1 Message Date
Michael Paquier 43231423da Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACH 3 years ago
Michael Paquier 07ff701dbd Expand tests of test_ddl_deparse/ for ALTER TABLE 3 years ago
Tom Lane 6a1f082aba Improve regression test coverage of GiST index building. 3 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 3 years ago
Tom Lane d8e34fa7a1 Fix incorrect is-this-the-topmost-join tests in parallel planning. 3 years ago
Tom Lane d10fad96c6 Adjust new pg_read_file() test cases for more portability. 3 years ago
Robert Haas 212bdc0cbc Revise test case added in 4374699639. 3 years ago
Andrew Dunstan b998196bb5 Fix new recovery test for log_error_verbosity=verbose case 3 years ago
Robert Haas 4374699639 Fix brown paper bag bug in bbe08b8869. 3 years ago
Tom Lane 283129e325 Support pg_read_[binary_]file (filename, missing_ok). 3 years ago
Tom Lane fd96d14d95 In transformRowExpr(), check for too many columns in the row. 3 years ago
Robert Haas 80d6907219 Fix mistake in bbe08b8869. 3 years ago
Alvaro Herrera 59be1c942a
Fix test instability 3 years ago
Amit Kapila 0234ed81e9 Move related functions next to each other in pg_publication.c. 3 years ago
Robert Haas bbe08b8869 Use TRUNCATE to preserve relfilenode for pg_largeobject + index. 3 years ago
Tom Lane e09d7a1262 Improve speed of hash index build. 3 years ago
Alvaro Herrera 70a437aa45
doc: avoid saying "inheritance" ... 3 years ago
Robert Haas 851f4cc75c Clean up some residual confusion between OIDs and RelFileNumbers. 3 years ago
Alvaro Herrera 9e4f914b5e
Fix replay of create database records on standby 3 years ago
Fujii Masao d396606ebe Fix comment in procarray.c. 3 years ago
Thomas Munro 4fc6b6eefc Fix get_dirent_type() for symlinks on MinGW/MSYS. 3 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 3 years ago
Robert Haas 5f858dd3be Bump catversion for commit d8cd0c6c95. 3 years ago
Robert Haas 3ac88fddd9 Convert macros to static inline functions (buf_internals.h) 3 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 3 years ago
Robert Haas a2e97cb2b6 Fix read_relmap_file() concurrency on Windows. 3 years ago
Michael Paquier ce3049b021 Refactor code in charge of grabbing the relations of a subscription 3 years ago
Alexander Korotkov d0b193c0fa Split tuplesortvariants.c from tuplesort.c 3 years ago
Alexander Korotkov ec92fe9835 Split TuplesortPublic from Tuplesortstate 3 years ago
Alexander Korotkov 097366c45f Move memory management away from writetup() and tuplesort_put*() 3 years ago
Alexander Korotkov 033dd02db2 Put abbreviation logic into puttuple_common() 3 years ago
Alexander Korotkov cadfdd1edf Add new Tuplesortstate.removeabbrev function 3 years ago
Alexander Korotkov d47da3162b Remove Tuplesortstate.copytup function 3 years ago
Michael Paquier ffd1b6bb6f Add overflow protection for block-related data in WAL records 3 years ago
Tom Lane 70988b7b0a Improve makeArrayTypeName's algorithm for choosing array type names. 3 years ago
Robert Haas 8bb3ad462f Fix brain fade in e530be2c5c. 3 years ago
Robert Haas d8cd0c6c95 Remove the restriction that the relmap must be 512 bytes. 3 years ago
Robert Haas e530be2c5c Do not allow removal of superuser privileges from bootstrap user. 3 years ago
Tom Lane f92944137c Force immediate commit after CREATE DATABASE etc in extended protocol. 3 years ago
Fujii Masao 3cabe45a81 doc: Add note about re-archiving of same WAL files in docs. 3 years ago
Fujii Masao 756e221db6 Reduce overhead of renaming archive status files. 3 years ago
Michael Paquier 27e0ee57f6 Fix path reference when parsing pg_ident.conf for pg_ident_file_mappings 3 years ago
Amit Kapila 857dd35348 Eliminate duplicate code in table.c. 3 years ago
Michael Paquier 0a5f06b84d Fix a few issues with REINDEX grammar 3 years ago
Tom Lane 7c34555f8c Add test for session_preload_libraries and parameter permissions checks. 3 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 3 years ago
Tom Lane b35617de37 Process session_preload_libraries within InitPostgres's transaction. 3 years ago
Heikki Linnakangas 7a08f78aea Fix ReadRecentBuffer for local buffers. 3 years ago
Fujii Masao 2387f52962 Remove useless arguments in ReadCheckpointRecord(). 3 years ago
Tom Lane 6955bba0ed Doc: improve documentation about random(). 3 years ago