Commit Graph

54115 Commits (cadfdd1edff103d696bbfcdd126c2dee516aed9b)
 

Author SHA1 Message Date
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
Dean Rasheed 624aa2a13b Make the name optional in CREATE STATISTICS. 4 years ago
Bruce Momjian fa6c230ef2 doc: clarify that auth. names are lower case and case-sensitive 4 years ago
Tom Lane b9654cecea Fix ruleutils issues with dropped cols in functions-returning-composite. 4 years ago
Amit Kapila 2a51a066dd Add missing space in comments. 4 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 4 years ago
Fujii Masao f2d0c7f18b docs: Improve pg_settings_get_flags docs. 4 years ago
Michael Paquier 2b99ce10c2 Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM 4 years ago
Michael Paquier 171ab95f64 Fix various memory leaks in psql's describe commands \d* 4 years ago
Tom Lane af119e08fd Dump more fields when dumping planner internal data structures. 4 years ago
Jeff Davis 6c31ac091f Process shared_preload_libraries in single-user mode. 4 years ago
Tom Lane 2d04277121 Make serialization of Nodes' scalar-array fields more robust. 4 years ago