Commit Graph

55924 Commits (ef07d351a1860a6e93c89cc7af3ae13366942bf0)
 

Author SHA1 Message Date
Andres Freund ef07d351a1 meson: add docs, docs_pdf options 2 years ago
Andres Freund 0ba827ecfc meson: docs: Preparatory cleanups 2 years ago
Amit Kapila 8df0d3d530 Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. 2 years ago
Andres Freund d75c7fbaf9 docs: Remove support for 'htmlhelp' format 2 years ago
Andres Freund 3f695b3117 sequences: Lock buffer before initializing page 2 years ago
Michael Paquier e126d817c7 doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 2 years ago
Jeff Davis 36320cbc16 Fix MSVC warning introduced in ea1db8ae70. 2 years ago
Thomas Munro f303ec6210 Remove comment obsoleted by 11c2d6fd. 2 years ago
Jeff Davis ea1db8ae70 Canonicalize ICU locale names to language tags. 2 years ago
Tom Lane d3d53f955c Add a way to get the current function's OID in pl/pgsql. 2 years ago
Robert Haas 482675987b Add a run_as_owner option to subscriptions. 2 years ago
Robert Haas 1e10d49b65 Perform logical replication actions as the table owner. 2 years ago
Peter Eisentraut 3077324b03 Add missing XML ID attributes 2 years ago
Alvaro Herrera 71bfd1543f
Code review for recent SQL/JSON commits 2 years ago
Andres Freund 8a2b1b1477 bufmgr: Remove buffer-write-dirty tracepoints 2 years ago
Peter Geoghegan 05a304a855 Make SP-GiST redirect cleanup more aggressive. 2 years ago
Peter Geoghegan e48c817395 Recycle deleted nbtree pages more aggressively. 2 years ago
Peter Geoghegan a349b86603 Move heaprel struct field next to index rel field. 2 years ago
Robert Haas e7e7da2f8d Fix possible logical replication crash. 2 years ago
Tom Lane a8a00124f1 When using valgrind, log the current query after an error is detected. 2 years ago
Alexander Korotkov b0b91ced16 Revert 764da7710b 2 years ago
Alexander Korotkov 2b65bf046d Revert 11470f544e 2 years ago
David Rowley 8d928e3a9f Rename BufferAccessStrategyData.ring_size to nbuffers 2 years ago
David Rowley 4830f10243 Disable vacuum's use of a buffer access strategy during failsafe 2 years ago
Daniel Gustafsson 525fb0a171 Fix typo in CI README 2 years ago
David Rowley 32fbe0239b Only make buffer strategy for vacuum when it's likely needed 2 years ago
Peter Eisentraut 1980d3585e pg_basebackup: Correct type of WalSegSz 2 years ago
David Rowley 3f476c9534 Remove some global variables from vacuum.c 2 years ago
Tom Lane 2e6ba13152 Doc: update pgindent/README. 2 years ago
Andres Freund 6af1793954 Add info in WAL records in preparation for logical slot conflict handling 2 years ago
Noah Misch ab73291d26 Fix copy-pasto in contrib/auth_delay/meson.build variable name. 2 years ago
Noah Misch eaa1dd131c Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl. 2 years ago
Andres Freund 61b313e47e Pass down table relation into more index relation functions 2 years ago
Andres Freund a88a18b125 Assert only valid flag bits are passed to visibilitymap_set() 2 years ago
Andres Freund 14f98e0af9 hio: Release extension lock before initializing page / pinning VM 2 years ago
Tomas Vondra 0070b66fef pg_dump: Use only LZ4 frame format for compression 2 years ago
David Rowley c8f8d0eb18 Doc: add Buffer Access Strategy to the glossary 2 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 2 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 2 years ago
Tom Lane a2a0c7c29e Further tweaking of width_bucket() edge cases. 2 years ago
Tom Lane f0d65c0eaf Reject system columns as elements of foreign keys. 2 years ago
Tom Lane c2d7d679c1 Ensure acquire_inherited_sample_rows sets its output parameters. 2 years ago
Daniel Gustafsson 558fff0adf pg_regress: Emit TAP compliant output 2 years ago
Alvaro Herrera 9b058f6b0d
Move ExecEvalJsonConstructor new function to a more natural place 2 years ago
Alvaro Herrera 47a9709846
No need to add FORMAT to the keyword precedence list 2 years ago
Amit Kapila ed94e8563e Add XML ID attributes to create_publication.sgml. 2 years ago
Andres Freund f95c1cd6b2 Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d 2 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 2 years ago
David Rowley 6c3b697b19 Fix List memory issue in transformColumnDefinition 2 years ago
Thomas Munro 11c2d6fdf5 Parallel Hash Full Join. 2 years ago