Commit Graph

57329 Commits (15916ffb0468d0b1036ba661767fe6e1b5fb3ee8)
 

Author SHA1 Message Date
Peter Eisentraut 489ca33081 meson: Improve/fix Python version selection 2 years ago
Masahiko Sawada e255b646a1 Add tests for XID wraparound. 2 years ago
Michael Paquier a243569bf6 doc: Mention how to use quotes with GUC names in error messages 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Masahiko Sawada 334f512f45 Add option to specify timeout seconds to BackgroundPsql.pm. 2 years ago
Peter Eisentraut a1827568d2 Remove unused macro 2 years ago
Peter Eisentraut 7e5f517799 Improve "user mapping not found" error message 2 years ago
Amit Kapila 3e36e48d8e Fix a test in 003_logical_slots. 2 years ago
Masahiko Sawada 5abff2aaa1 Fix wrong description of BackgroundPsql's timeout. 2 years ago
Masahiko Sawada f99dd98242 Fix BackgroundPsql's set_query_timer_restart() issue without argument. 2 years ago
Daniel Gustafsson 03749325d1 Fix typo in comment 2 years ago
Daniel Gustafsson a5cf808be5 Read include/exclude commands for dump/restore from file 2 years ago
Thomas Munro 15c9ac3629 Optimize pg_readv/pg_pwritev single vector case. 2 years ago
Alexander Korotkov a60b8a58f4 Add SLRU tests for 64-bit page case 2 years ago
Alexander Korotkov 5a1dfde833 Make use FullTransactionId in 2PC filenames 2 years ago
Alexander Korotkov 2cdf131c46 Use larger segment file names for pg_notify 2 years ago
Alexander Korotkov 4ed8f0913b Index SLRUs by 64-bit integers rather than by 32-bit integers 2 years ago
Tom Lane a916b47e23 Clean up usage of bison precedence for non-operator keywords. 2 years ago
Tom Lane c82207a548 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 10a59925a3 Fix comment about ressortgrouprefs being unique in setop plans. 2 years ago
Michael Paquier f36b63623d Remove more statements from stats.sql 2 years ago
Heikki Linnakangas 60f227316c Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Dean Rasheed cd34247489 psql: Add tab completion for view options. 2 years ago
Michael Paquier a9a8108411 Remove test for pg_stat_reset_shared() in stats.sql 2 years ago
Michael Paquier 5ad49322e5 Fix comment in tableam.h about GetHeapamTableAmRoutine() 2 years ago
Michael Paquier 14f2f9eb1a Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend 2 years ago
David Rowley 930d2b442f Don't use bms_membership() in cases where we don't need to 2 years ago
Nathan Bossart 75680c3d80 Retire a few backwards compatibility macros. 2 years ago
Alvaro Herrera 8a553f2aed
Fix CREATE INDEX CONCURRENTLY example 2 years ago
Tomas Vondra a82ee7ef3a Check if ii_AmCache is NULL in aminsertcleanup 2 years ago
Heikki Linnakangas 1f395354d8 Reduce rate of walwriter wakeups due to async commits. 2 years ago
Amit Kapila 360392fa2a Avoid unconditionally filling in missing values with NULL in pgoutput. 2 years ago
Alexander Korotkov dc9f8a7983 Track statement entry timestamp in contrib/pg_stat_statements 2 years ago
Alexander Korotkov 6ab1dbd26b Add NOT NULL checking of pg_stat_statements_reset() in tests 2 years ago
Michael Paquier 01eca6a913 Fix race condition with BIO methods initialization in libpq with threads 2 years ago
Alexander Korotkov bc3c8db8ae Display length and bounds histograms in pg_stats 2 years ago
Alexander Korotkov 441c8a3134 Update comments for pg_statistic catalog table 2 years ago
Tom Lane 3558f120f8 Doc: list AT TIME ZONE and COLLATE in operator precedence table. 2 years ago
Tomas Vondra b2caf7c0e1 Fix brin.c indentation issues introduced by c1ec02be1d 2 years ago
Peter Eisentraut 86b64bafc1 Use fipshash in brin_multi test 2 years ago
Tomas Vondra c1ec02be1d Reuse BrinDesc and BrinRevmap in brininsert 2 years ago
Bruce Momjian 6ec8262a02 C comment: add header to pg_test_fsync.c 2 years ago
Bruce Momjian 8d981341a5 C comment: clarify that WAL files can be _recycled_ or removed 2 years ago
Bruce Momjian 79588d3c8d Use SECS_PER_HOUR macro in tzparser.c, instead of constants 2 years ago
Bruce Momjian 9890a855ae doc: gin_page_opaque_info() must be a _compressed_ GIN page 2 years ago
Bruce Momjian 712dc2338b doc: improve ALTER TABLE "offical constraint" wording 2 years ago
Tom Lane 798394c6cc Doc: un-break PDF build. 2 years ago
Tom Lane 1a0796b927 gitignore generated file targets-meson.sgml. 2 years ago
Bruce Momjian 344afc7769 modify segno. for pg_walfile_name() and pg_walfile_name_offset() 2 years ago
Bruce Momjian 5c4c7efadd doc: remove documentation for deprecated @@@ operator 2 years ago