Commit Graph

57464 Commits (29275b1d177096597675b5c6e7e7c9db2df8f4df)
 

Author SHA1 Message Date
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
Bruce Momjian 49d7e713d9 doc: mention vacuum's removal of commit timestamp information 2 years ago
Thomas Munro 6631363a59 Fix whitespace. 2 years ago
Thomas Munro 262454be9a Improve comments about pqsignal(). 2 years ago
Bruce Momjian 48b5aa3143 doc: add docs for age(xid) and mxid_age(xid) 2 years ago
Tom Lane d053a879bb Fix timing-dependent failure in GSSAPI data transmission. 2 years ago
Heikki Linnakangas 50c67c2019 Use ResourceOwner to track WaitEventSets. 2 years ago
Bruce Momjian 414e75540f C comment: fix typos with unnecessary apostrophes 2 years ago
Bruce Momjian 1db5300015 doc: remove double-negative in REFRESH MATERIALIZED ... CONCURR 2 years ago
Amit Kapila eeb0ebad79 Fix the initial sync tables with no columns. 2 years ago
Amit Kapila ff68cc6f3b Stop the search once the slot for replication origin is found. 2 years ago
Bruce Momjian cf359a0535 doc: FreeBSD uses camcontrol identify, not atacontrol, for cache 2 years ago
Michael Paquier 2f30226624 Fix query checking consistency of table amhandlers in opr_sanity.sql 2 years ago
Bruce Momjian 3af101ce8b doc: vacuum_cost_limit controls when vacuum_cost_delay happens 2 years ago
Alvaro Herrera afc3b0143c
Remove unneeded assignments in for loop header 2 years ago
Alvaro Herrera 24ea53dcfa
Avoid overflow in fe_utils' printTable() 2 years ago