Commit Graph

54125 Commits (5253519b27d3393c07eb04470f04462c67ad94a9)
 

Author SHA1 Message Date
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
Thomas Munro e757cdd6ad Remove dead getpwuid_r replacement code. 3 years ago
Thomas Munro fb12becdfb Remove dead handling for pre-POSIX sigwait(). 3 years ago
Thomas Munro 86e5eb4f58 Remove dead getrusage replacement code. 3 years ago
Tom Lane b431dc5c3d Doc: update recovery/README. 3 years ago
Tom Lane 8efefa7487 Increase minimum supported GNU make version to 3.81. 3 years ago
Thomas Munro 634a89c708 Remove configure probe for wctype.h. 3 years ago
Thomas Munro a3b8d2a997 Remove configure probe for sys/tas.h. 3 years ago
Alvaro Herrera 0f39b70a6f
Fix [install]check in interfaces/libpq/Makefile 3 years ago
Alvaro Herrera 83011ce7d7
Rework grammar for REINDEX 3 years ago
Tom Lane 0b292bed92 Close old gap in dependency checks for functions returning composite. 3 years ago
Tom Lane 90474c16a7 Fix minor memory leaks in psql's tab completion. 3 years ago
Alvaro Herrera 7d158e8cb4
parser: centralize common auxiliary productions 3 years ago
Alvaro Herrera 9853bf6ab0
Update src/backend/parser/README 3 years ago
Thomas Munro 5344723755 Remove unnecessary Windows-specific basebackup code. 3 years ago
Thomas Munro 9d3444dcce Fix get_dirent_type() for Windows junction points. 3 years ago
Fujii Masao 44ccdce514 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Thomas Munro a1b56090eb Remove O_FSYNC and associated macros. 3 years ago
Thomas Munro 4f1f5a7f85 Remove fls(), use pg_leftmost_one_pos32() instead. 3 years ago
Thomas Munro 3225399021 Extend size_t support in pg_bitutils.h. 3 years ago
Bruce Momjian a4f09ef229 doc: use wording "restore" instead of "reload" of dumps 3 years ago
Dean Rasheed 624aa2a13b Make the name optional in CREATE STATISTICS. 3 years ago