Commit Graph

54102 Commits (7c34555f8c39eeefcc45b3c3f027d7a063d738fc)
 

Author SHA1 Message Date
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
Bruce Momjian fa6c230ef2 doc: clarify that auth. names are lower case and case-sensitive 3 years ago
Tom Lane b9654cecea Fix ruleutils issues with dropped cols in functions-returning-composite. 3 years ago
Amit Kapila 2a51a066dd Add missing space in comments. 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Fujii Masao f2d0c7f18b docs: Improve pg_settings_get_flags docs. 3 years ago
Michael Paquier 2b99ce10c2 Tweak a bit the new TAP tests of REINDEX DATABASE/SYSTEM 3 years ago
Michael Paquier 171ab95f64 Fix various memory leaks in psql's describe commands \d* 3 years ago
Tom Lane af119e08fd Dump more fields when dumping planner internal data structures. 3 years ago
Jeff Davis 6c31ac091f Process shared_preload_libraries in single-user mode. 3 years ago
Tom Lane 2d04277121 Make serialization of Nodes' scalar-array fields more robust. 3 years ago
Alexander Korotkov f77ff08335 Document the ability to specify TableAM for pgbench 3 years ago
Dean Rasheed bcedd8f5fc Make subquery aliases optional in the FROM clause. 3 years ago
Alvaro Herrera 1caf915ff3
Add PGDLLEXPORTS to some plpgsql function declarations 3 years ago
Thomas Munro bde60daa0e Fix warnings on Windows. 3 years ago
Thomas Munro 9430fb407b Add wal_sync_method=fdatasync for Windows. 3 years ago
Fujii Masao b24b2be119 Fix assertion failure and segmentation fault in backup code. 3 years ago
Fujii Masao ee79647769 Prevent BASE_BACKUP in the middle of another backup in the same session. 3 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 3 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 3 years ago
Tom Lane 13d8388151 Fix missed corner cases for grantable permissions on GUCs. 3 years ago
Tom Lane d6a3aeb9a3 Convert planner's AggInfo and AggTransInfo structs to proper Nodes. 3 years ago
Tom Lane e2f6c307c0 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. 3 years ago
Alvaro Herrera 1679d57a55
Wrap overly long lines 3 years ago