2023-04-12 |
Michael Paquier | Fix detection of unseekable files for fseek() and ftell... |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Refine the guidelines for rmgrdesc authors. |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Fix Heap rmgr's desc output for infobits arrays. |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Fix xl_heap_lock WAL record field's data type. |
commit | commitdiff | tree |
2023-04-11 |
Andres Freund | 035_standby_logical_decoding: Add missing waits for... |
commit | commitdiff | tree |
2023-04-11 |
Robert Haas | Document new pg_subscription columns. |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Fix uninitialized variable in transformTableLikeClause() |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option |
commit | commitdiff | tree |
2023-04-11 |
David Rowley | Doc: use "an SQL" consistently rather than "a SQL" |
commit | commitdiff | tree |
2023-04-11 |
Peter Geoghegan | Clarify nbtree posting list update desc issue. |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: add missed entries in BRIN extensibility tables. |
commit | commitdiff | tree |
2023-04-10 |
Peter Geoghegan | Fix nbtree posting list update desc output. |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: adjust examples of EXTRACT() output to match curre... |
commit | commitdiff | tree |
2023-04-10 |
Tom Lane | Doc: avoid using pg_get_publication_tables() in an... |
commit | commitdiff | tree |
2023-04-08 |
Daniel Gustafsson | Simplify version check for SKIP clause |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Use higher wal_level for 004_io_direct.pl. |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Improve indentation of multiline initialization express... |
commit | commitdiff | tree |
2023-04-08 |
Andrew Dunstan | Try to unbreak MSVC builds for pg_waldump |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Suppress bogus printout during new 035_standby_logical_... |
commit | commitdiff | tree |
2023-04-08 |
Daniel Gustafsson | Skip \password TAP test on old IPC::Run versions |
commit | commitdiff | tree |
2023-04-08 |
Andrew Dunstan | Try to unbreak MSVC builds for fuzzystrmatch |
commit | commitdiff | tree |
2023-04-08 |
Stephen Frost | Revert "Add support for Kerberos credential delegation" |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Redesign interrupt/cancel API for regex engine. |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Update contrib/trgm_regexp's memory management. |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Update tsearch regex memory management. |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Use MemoryContext API for regex memory management. |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | TAP test for logical decoding on standby |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Allow logical decoding on standbys |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | For cascading replication, wake physical and logical... |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Handle logical slot conflicts on standby |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Support invalidating replication slots due to horizon... |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Fix underspecified sort order in inherit.sql |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Prevent use of invalidated logical slot in CreateDecodi... |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Replace replication slot's invalidated_at LSN with... |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Add io_direct setting (developer-only). |
commit | commitdiff | tree |
2023-04-08 |
Thomas Munro | Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. |
commit | commitdiff | tree |
2023-04-08 |
Amit Kapila | Doc: Fix the datatype of the newly added SUBSCRIPTION... |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Add missing .gitignore entry. |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Remove useless dependencies in daitch_mokotoff_header.pl. |
commit | commitdiff | tree |
2023-04-08 |
Stephen Frost | Add support for Kerberos credential delegation |
commit | commitdiff | tree |
2023-04-08 |
Tom Lane | Pacify perlcritic. |
commit | commitdiff | tree |
2023-04-08 |
Andres Freund | Track IO times in pg_stat_io |
commit | commitdiff | tree |
2023-04-07 |
Peter Geoghegan | Show more detail in nbtree rmgr descriptions. |
commit | commitdiff | tree |
2023-04-07 |
Stephen Frost | For Kerberos testing, disable DNS lookups |
commit | commitdiff | tree |
2023-04-07 |
Peter Geoghegan | Show more detail in heapam rmgr descriptions. |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Adjust contrib/sepgsql regression test expected outputs. |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Add support for Daitch-Mokotoff Soundex in contrib... |
commit | commitdiff | tree |
2023-04-07 |
Andres Freund | Fix table name clash in recently introduced test |
commit | commitdiff | tree |
2023-04-07 |
Andres Freund | Improve IO accounting for temp relation writes |
commit | commitdiff | tree |
2023-04-07 |
Daniel Gustafsson | Test SCRAM iteration changes with psql \password |
commit | commitdiff | tree |
2023-04-07 |
Daniel Gustafsson | Refactor background psql TAP functions |
commit | commitdiff | tree |
2023-04-07 |
Alvaro Herrera | Fix underspecified sort order in test query |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Add pg_buffercache_usage_counts() to contrib/pg_bufferc... |
commit | commitdiff | tree |
2023-04-07 |
Alvaro Herrera | Catalog NOT NULL constraints |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Doc: improve descriptions of max_[pred_]locks_per_trans... |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Add array_sample() and array_shuffle() functions. |
commit | commitdiff | tree |
2023-04-07 |
Tom Lane | Fix locale-dependent test case. |
commit | commitdiff | tree |
2023-04-07 |
Andres Freund | Fix copy-paste bug in 12f3867f553 triggering an assert... |
commit | commitdiff | tree |
2023-04-07 |
Amit Kapila | Add tab-completion for newly added SUBSCRIPTION options. |
commit | commitdiff | tree |
2023-04-07 |
Michael Paquier | Add more protections in WAL record APIs against overflows |
commit | commitdiff | tree |
2023-04-07 |
Andres Freund | Use ExtendBufferedRelTo() in XLogReadBufferExtended() |
commit | commitdiff | tree |
2023-04-07 |
David Rowley | Add --buffer-usage-limit option to vacuumdb |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | hio: Use ExtendBufferedRelBy() to extend tables more... |
commit | commitdiff | tree |
2023-04-06 |
David Rowley | Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | heapam: Pass number of required pages to RelationGetBuf... |
commit | commitdiff | tree |
2023-04-06 |
Daniel Gustafsson | Refresh cost-based delay params more frequently in... |
commit | commitdiff | tree |
2023-04-06 |
Daniel Gustafsson | Separate vacuum cost variables from GUCs |
commit | commitdiff | tree |
2023-04-06 |
Daniel Gustafsson | Make vacuum failsafe_active globally visible |
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | Stabilize just-added regression test cases. |
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. |
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | Fix ts_headline() edge cases for empty query and empty... |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | hio: Don't pin the VM while holding buffer lock while... |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | hio: Relax rules for calling GetVisibilityMapPins() |
commit | commitdiff | tree |
2023-04-06 |
Tom Lane | psql: add an optional execution-count limit to \watch. |
commit | commitdiff | tree |
2023-04-06 |
Tomas Vondra | Support long distance matching for zstd compression |
commit | commitdiff | tree |
2023-04-06 |
Etsuro Fujita | postgres_fdw: Add support for parallel abort. |
commit | commitdiff | tree |
2023-04-06 |
David Rowley | Move various prechecks from vacuum() into ExecVacuum() |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | Convert many uses of ReadBuffer[Extended](P_NEW) to... |
commit | commitdiff | tree |
2023-04-06 |
Andres Freund | Use ExtendBufferedRelTo() in {vm,fsm}_extend() |
commit | commitdiff | tree |
2023-04-06 |
David Rowley | Always make a BufferAccessStrategy for ANALYZE |
commit | commitdiff | tree |
2023-04-06 |
Michael Paquier | Fix row tracking in pg_stat_statements with extended... |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | bufmgr: Introduce infrastructure for faster relation... |
commit | commitdiff | tree |
2023-04-05 |
Daniel Gustafsson | Allow to use system CA pool for certificate verification |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | bufmgr: Support multiple in-progress IOs by using resowner |
commit | commitdiff | tree |
2023-04-05 |
Tom Lane | Support "Right Anti Join" plan shapes. |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | bufmgr: Acquire and clean victim buffer separately |
commit | commitdiff | tree |
2023-04-05 |
Tom Lane | Acquire locks on views in AcquirePlannerLocks, too. |
commit | commitdiff | tree |
2023-04-05 |
Tomas Vondra | pg_dump: Add support for zstd compression |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | bufmgr: Add Pin/UnpinLocalBuffer() |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | bufmgr: Add some more error checking [infrastructure... |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | Add smgrzeroextend(), FileZero(), FileFallocate() |
commit | commitdiff | tree |
2023-04-05 |
Tom Lane | Fix another issue with ENABLE/DISABLE TRIGGER on partit... |
commit | commitdiff | tree |
2023-04-05 |
Andres Freund | Don't initialize page in {vm,fsm}_extend(), not needed |
commit | commitdiff | tree |
2023-04-05 |
Robert Haas | Fix wrong word in comment. |
commit | commitdiff | tree |
2023-04-05 |
Peter Eisentraut | Update information_schema for SQL:2023 |
commit | commitdiff | tree |
2023-04-05 |
John Naylor | doc: Update error messages in RLS examples |
commit | commitdiff | tree |
2023-04-05 |
Peter Eisentraut | doc: Update SQL features/conformance information to... |
commit | commitdiff | tree |
2023-04-05 |
Daniel Gustafsson | Fix function reference in comment |
commit | commitdiff | tree |
2023-04-05 |
Peter Eisentraut | doc: Update SQL keywords list to SQL:2023 |
commit | commitdiff | tree |
2023-04-05 |
Peter Eisentraut | Fix minor signed/unsigned mixup |
commit | commitdiff | tree |
next |