Commit Graph

54126 Commits (4fc6b6eefcf98f79211bb790ee890ebcb05c178d)
 

Author SHA1 Message Date
Thomas Munro 4fc6b6eefc Fix get_dirent_type() for symlinks on MinGW/MSYS. 4 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 4 years ago
Robert Haas 5f858dd3be Bump catversion for commit d8cd0c6c95. 4 years ago
Robert Haas 3ac88fddd9 Convert macros to static inline functions (buf_internals.h) 4 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 4 years ago
Robert Haas a2e97cb2b6 Fix read_relmap_file() concurrency on Windows. 4 years ago
Michael Paquier ce3049b021 Refactor code in charge of grabbing the relations of a subscription 4 years ago
Alexander Korotkov d0b193c0fa Split tuplesortvariants.c from tuplesort.c 4 years ago
Alexander Korotkov ec92fe9835 Split TuplesortPublic from Tuplesortstate 4 years ago
Alexander Korotkov 097366c45f Move memory management away from writetup() and tuplesort_put*() 4 years ago
Alexander Korotkov 033dd02db2 Put abbreviation logic into puttuple_common() 4 years ago
Alexander Korotkov cadfdd1edf Add new Tuplesortstate.removeabbrev function 4 years ago
Alexander Korotkov d47da3162b Remove Tuplesortstate.copytup function 4 years ago
Michael Paquier ffd1b6bb6f Add overflow protection for block-related data in WAL records 4 years ago
Tom Lane 70988b7b0a Improve makeArrayTypeName's algorithm for choosing array type names. 4 years ago
Robert Haas 8bb3ad462f Fix brain fade in e530be2c5c. 4 years ago
Robert Haas d8cd0c6c95 Remove the restriction that the relmap must be 512 bytes. 4 years ago
Robert Haas e530be2c5c Do not allow removal of superuser privileges from bootstrap user. 4 years ago
Tom Lane f92944137c Force immediate commit after CREATE DATABASE etc in extended protocol. 4 years ago
Fujii Masao 3cabe45a81 doc: Add note about re-archiving of same WAL files in docs. 4 years ago
Fujii Masao 756e221db6 Reduce overhead of renaming archive status files. 4 years ago
Michael Paquier 27e0ee57f6 Fix path reference when parsing pg_ident.conf for pg_ident_file_mappings 4 years ago
Amit Kapila 857dd35348 Eliminate duplicate code in table.c. 4 years ago
Michael Paquier 0a5f06b84d Fix a few issues with REINDEX grammar 4 years ago
Tom Lane 7c34555f8c Add test for session_preload_libraries and parameter permissions checks. 4 years ago
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 4 years ago
Tom Lane b35617de37 Process session_preload_libraries within InitPostgres's transaction. 4 years ago
Heikki Linnakangas 7a08f78aea Fix ReadRecentBuffer for local buffers. 4 years ago
Fujii Masao 2387f52962 Remove useless arguments in ReadCheckpointRecord(). 4 years ago
Tom Lane 6955bba0ed Doc: improve documentation about random(). 4 years ago
Thomas Munro e757cdd6ad Remove dead getpwuid_r replacement code. 4 years ago
Thomas Munro fb12becdfb Remove dead handling for pre-POSIX sigwait(). 4 years ago
Thomas Munro 86e5eb4f58 Remove dead getrusage replacement code. 4 years ago
Tom Lane b431dc5c3d Doc: update recovery/README. 4 years ago
Tom Lane 8efefa7487 Increase minimum supported GNU make version to 3.81. 4 years ago
Thomas Munro 634a89c708 Remove configure probe for wctype.h. 4 years ago
Thomas Munro a3b8d2a997 Remove configure probe for sys/tas.h. 4 years ago
Alvaro Herrera 0f39b70a6f
Fix [install]check in interfaces/libpq/Makefile 4 years ago
Alvaro Herrera 83011ce7d7
Rework grammar for REINDEX 4 years ago
Tom Lane 0b292bed92 Close old gap in dependency checks for functions returning composite. 4 years ago
Tom Lane 90474c16a7 Fix minor memory leaks in psql's tab completion. 4 years ago
Alvaro Herrera 7d158e8cb4
parser: centralize common auxiliary productions 4 years ago
Alvaro Herrera 9853bf6ab0
Update src/backend/parser/README 4 years ago
Thomas Munro 5344723755 Remove unnecessary Windows-specific basebackup code. 4 years ago
Thomas Munro 9d3444dcce Fix get_dirent_type() for Windows junction points. 4 years ago
Fujii Masao 44ccdce514 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 4 years ago
Thomas Munro a1b56090eb Remove O_FSYNC and associated macros. 4 years ago
Thomas Munro 4f1f5a7f85 Remove fls(), use pg_leftmost_one_pos32() instead. 4 years ago
Thomas Munro 3225399021 Extend size_t support in pg_bitutils.h. 4 years ago
Bruce Momjian a4f09ef229 doc: use wording "restore" instead of "reload" of dumps 4 years ago