2024-02-16 |
Alexander Korotkov | Add missing check_stack_depth() to some recursive functions |
commit | commitdiff | tree |
2024-02-16 |
Alexander Korotkov | Remove timeouts-long.out |
commit | commitdiff | tree |
2024-02-16 |
Peter Eisentraut | Improve compression and storage support with inheritance |
commit | commitdiff | tree |
2024-02-16 |
Peter Eisentraut | Remove non-existing file from .gitattributes |
commit | commitdiff | tree |
2024-02-16 |
Amit Kapila | Disable autovacuum on primary in 040_standby_failover_s... |
commit | commitdiff | tree |
2024-02-16 |
Amit Kapila | Fix the incorrect format specifier used in commit 7a424... |
commit | commitdiff | tree |
2024-02-16 |
Amit Kapila | Change the LOG level in 040_standby_failover_slots_sync... |
commit | commitdiff | tree |
2024-02-16 |
Amit Kapila | Add more LOG and DEBUG messages for slot synchronization. |
commit | commitdiff | tree |
2024-02-16 |
David Rowley | Attempt to stabilize flapping regression test |
commit | commitdiff | tree |
2024-02-16 |
Alexander Korotkov | Followup fixes for transaction_timeout |
commit | commitdiff | tree |
2024-02-15 |
Alexander Korotkov | Introduce transaction_timeout |
commit | commitdiff | tree |
2024-02-15 |
Tom Lane | Doc: improve a couple of comments in postgresql.conf... |
commit | commitdiff | tree |
2024-02-15 |
Alexander Korotkov | Pull up ANY-SUBLINK with the necessary lateral support. |
commit | commitdiff | tree |
2024-02-15 |
Peter Eisentraut | Allow passing extra options to initdb for tests |
commit | commitdiff | tree |
2024-02-15 |
Amit Kapila | Another try to fix BF failure introduced in commit... |
commit | commitdiff | tree |
2024-02-15 |
David Rowley | Simplify PathKey checking code |
commit | commitdiff | tree |
2024-02-15 |
David Rowley | Clarify the 'rows' parameter in create_append_path |
commit | commitdiff | tree |
2024-02-14 |
Nathan Bossart | Remove obsolete check in SIGTERM handler for the startu... |
commit | commitdiff | tree |
2024-02-14 |
Nathan Bossart | Centralize logic for restoring errno in signal handlers. |
commit | commitdiff | tree |
2024-02-14 |
Nathan Bossart | Check that MyProcPid == getpid() in backend signal... |
commit | commitdiff | tree |
2024-02-14 |
Nathan Bossart | Allow pg_monitor to execute pg_current_logfile(). |
commit | commitdiff | tree |
2024-02-14 |
Tom Lane | Fix multiranges to behave more like dependent types. |
commit | commitdiff | tree |
2024-02-14 |
Amit Kapila | Fix BF introduced in commit ddd5f4f54a. |
commit | commitdiff | tree |
2024-02-14 |
Daniel Gustafsson | doc: Remove links to further reading from pgcrypto... |
commit | commitdiff | tree |
2024-02-14 |
Amit Kapila | Add a slot synchronization function. |
commit | commitdiff | tree |
2024-02-14 |
Michael Paquier | Revert "Refactor CopyReadAttributes{CSV,Text}() to... |
commit | commitdiff | tree |
2024-02-13 |
Michael Paquier | pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings |
commit | commitdiff | tree |
2024-02-13 |
Michael Paquier | Improve comment about query_id_enabled in queryjumblefu... |
commit | commitdiff | tree |
2024-02-13 |
Tom Lane | Catch overflow when rounding intervals in AdjustInterva... |
commit | commitdiff | tree |
2024-02-13 |
Heikki Linnakangas | Fix 'mmap' DSM implementation with allocations larger... |
commit | commitdiff | tree |
2024-02-13 |
Tom Lane | Use a safer outfuncs/readfuncs representation for BitSt... |
commit | commitdiff | tree |
2024-02-13 |
Daniel Gustafsson | Skip .DS_Store files in server side utils |
commit | commitdiff | tree |
2024-02-13 |
Peter Eisentraut | Use correct format placeholder for timeline IDs |
commit | commitdiff | tree |
2024-02-13 |
Amit Kapila | Doc: Improve upgrade for streaming replication section. |
commit | commitdiff | tree |
2024-02-12 |
Jeff Davis | Read WAL directly from WAL buffers. |
commit | commitdiff | tree |
2024-02-12 |
Heikki Linnakangas | Remove "#ifdef WIN32" guards from src/port/win32*.c |
commit | commitdiff | tree |
2024-02-12 |
Heikki Linnakangas | Remove unnecessary smgropen() calls |
commit | commitdiff | tree |
2024-02-11 |
Alexander Korotkov | Fix some typos in event trigger docs |
commit | commitdiff | tree |
2024-02-11 |
Alexander Korotkov | Use heap_inplace_update() to unset pg_database.dathaslo... |
commit | commitdiff | tree |
2024-02-11 |
Peter Eisentraut | Remove obsolete script related to MSVC build system |
commit | commitdiff | tree |
2024-02-11 |
Thomas Munro | Fix gai_strerror() thread-safety on Windows. |
commit | commitdiff | tree |
2024-02-11 |
Peter Eisentraut | Use extensible buffers to assemble command lines |
commit | commitdiff | tree |
2024-02-10 |
Andrew Dunstan | Disallow jsonpath methods involving TZ in immutable... |
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Remove race condition in pg_get_expr(). |
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Avoid concurrent calls to bindtextdomain(). |
commit | commitdiff | tree |
2024-02-09 |
Tom Lane | Clean up Windows-specific mutex code in libpq and ecpglib. |
commit | commitdiff | tree |
2024-02-09 |
Daniel Gustafsson | Refactor pipe_read_line to return the full line |
commit | commitdiff | tree |
2024-02-09 |
Alexander Korotkov | Fix usage of aggregate pathkeys in group_keys_reorder_b... |
commit | commitdiff | tree |
2024-02-09 |
Peter Eisentraut | Fix propagation of persistence to sequences in ALTER... |
commit | commitdiff | tree |
2024-02-09 |
Michael Paquier | Add previous commit to .git-blame-ignore-revs |
commit | commitdiff | tree |
2024-02-09 |
Michael Paquier | Fix indentation of copyto.c |
commit | commitdiff | tree |
2024-02-09 |
Michael Paquier | Improve COPY TO performance when server and client... |
commit | commitdiff | tree |
2024-02-08 |
Peter Eisentraut | Apply pg_dump test cleanups to test_pg_dump as well |
commit | commitdiff | tree |
2024-02-08 |
Alexander Korotkov | Fix gcc >= 10 warning |
commit | commitdiff | tree |
2024-02-08 |
Daniel Gustafsson | doc: Remove superfluous bracket in synopsis |
commit | commitdiff | tree |
2024-02-08 |
Alexander Korotkov | Fix wrong logic in TransactionIdInRecentPast() |
commit | commitdiff | tree |
2024-02-08 |
Peter Eisentraut | Fix documentation build with older docbook-xsl |
commit | commitdiff | tree |
2024-02-08 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree |
2024-02-08 |
Masahiko Sawada | Fix meson installation of xid_wraparound test. |
commit | commitdiff | tree |
2024-02-08 |
John Naylor | Fix warnings in cpluspluscheck |
commit | commitdiff | tree |
2024-02-07 |
Daniel Gustafsson | Rename static function to avoid conflicting names |
commit | commitdiff | tree |
2024-02-07 |
Nathan Bossart | Remove Start* macros in postmaster.c. |
commit | commitdiff | tree |
2024-02-07 |
Alvaro Herrera | Update PQparameterStatus and ParameterStatus docs |
commit | commitdiff | tree |
2024-02-07 |
David Rowley | Adjust reltarget assignment for UPPERREL_PARTIAL_DISTIN... |
commit | commitdiff | tree |
2024-02-07 |
Amit Kapila | Set LSN for wbuf in _hash_freeovflpage() iff wbuf is... |
commit | commitdiff | tree |
2024-02-07 |
Amit Kapila | Clean-ups for 776621a5e4 and 7329240437. |
commit | commitdiff | tree |
2024-02-07 |
Michael Paquier | Simplify signature of CopyAttributeOutCSV() in copyto.c |
commit | commitdiff | tree |
2024-02-06 |
Michael Paquier | Revert "Refactor CopyAttributeOut{CSV,Text}() to use... |
commit | commitdiff | tree |
2024-02-06 |
Alvaro Herrera | Change initial use of pg_atomic_write_u64 to init |
commit | commitdiff | tree |
2024-02-06 |
Alvaro Herrera | Use atomic access for SlruShared->latest_page_number |
commit | commitdiff | tree |
2024-02-06 |
John Naylor | Further cosmetic review of hashfn_unstable.h |
commit | commitdiff | tree |
2024-02-06 |
John Naylor | Simplify initialization of incremental hash state |
commit | commitdiff | tree |
2024-02-06 |
Michael Paquier | doc: Spell I/O consistently |
commit | commitdiff | tree |
2024-02-05 |
Peter Eisentraut | Fix meson installation of new generated files |
commit | commitdiff | tree |
2024-02-05 |
Heikki Linnakangas | Fix assertion if index is dropped during REFRESH CONCUR... |
commit | commitdiff | tree |
2024-02-05 |
Heikki Linnakangas | Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right... |
commit | commitdiff | tree |
2024-02-05 |
Amit Kapila | Enhance libpqrcv APIs to support slot synchronization. |
commit | commitdiff | tree |
2024-02-05 |
Amit Kapila | Improve the comments in 004_subscription.pl. |
commit | commitdiff | tree |
2024-02-05 |
Michael Paquier | Refactor CopyAttributeOut{CSV,Text}() to use a callback... |
commit | commitdiff | tree |
2024-02-05 |
Michael Paquier | Refactor CopyReadAttributes{CSV,Text}() to use a callba... |
commit | commitdiff | tree |
2024-02-04 |
Alvaro Herrera | libpq: Change some static functions to extern |
commit | commitdiff | tree |
2024-02-04 |
Alvaro Herrera | libpq: Add pqReleaseConnHosts function |
commit | commitdiff | tree |
2024-02-04 |
Michael Paquier | pg_basebackup: Fix check for MINIMUM_VERSION_FOR_WAL_SU... |
commit | commitdiff | tree |
2024-02-02 |
Alexander Korotkov | Improve documentation for COPY ... ON_ERROR ... |
commit | commitdiff | tree |
2024-02-02 |
Heikki Linnakangas | Fix typo in comments |
commit | commitdiff | tree |
2024-02-02 |
Tom Lane | Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_fo... |
commit | commitdiff | tree |
2024-02-02 |
Heikki Linnakangas | Fix bug in bulk extending temp relation after failure |
commit | commitdiff | tree |
2024-02-02 |
David Rowley | Allow Gather Merge in more cases for parallel DISTINCT |
commit | commitdiff | tree |
2024-02-01 |
Noah Misch | Sync PG_VERSION file in CREATE DATABASE. |
commit | commitdiff | tree |
2024-02-01 |
Noah Misch | Handle interleavings between CREATE DATABASE steps... |
commit | commitdiff | tree |
2024-02-01 |
Tom Lane | Update time zone data files to tzdata release 2024a. |
commit | commitdiff | tree |
2024-02-01 |
Andrew Dunstan | Avoid package qualification of $windows_os |
commit | commitdiff | tree |
2024-02-01 |
Robert Haas | Continue my quest to make 002_blocks.pl pass reliably. |
commit | commitdiff | tree |
2024-02-01 |
Bruce Momjian | doc: improve role option documentation |
commit | commitdiff | tree |
2024-02-01 |
Daniel Gustafsson | doc: remove incorrect grammar for ALTER EVENT TRIGGER |
commit | commitdiff | tree |
2024-02-01 |
Daniel Gustafsson | doc: Fix incorrect openssl option |
commit | commitdiff | tree |
2024-02-01 |
Michael Paquier | Fix stats_fetch_consistency with stats for fixed-number... |
commit | commitdiff | tree |
2024-01-31 |
Alvaro Herrera | Fix copy&paste typo in comment |
commit | commitdiff | tree |
2024-01-31 |
Daniel Gustafsson | Exclude Threadsanitizer instrumentation in exit check |
commit | commitdiff | tree |
2024-01-31 |
David Rowley | Fix costing bug in MergeAppend |
commit | commitdiff | tree |
next |