12 days ago |
Peter Eisentraut | Move oauth_validator_libraries in postgresql.conf.sample |
commit | commitdiff | tree |
12 days ago |
Bruce Momjian | doc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution |
commit | commitdiff | tree |
12 days ago |
Bruce Momjian | doc PG 18 relnotes: clarify btree skip scan item |
commit | commitdiff | tree |
12 days ago |
Bruce Momjian | doc PG 18 relnotes: remove duplicate commit entry |
commit | commitdiff | tree |
12 days ago |
Tom Lane | Fix assorted new memory leaks in libpq. |
commit | commitdiff | tree |
12 days ago |
Melanie Plageman | Replace deprecated log_connections values in docs and... |
commit | commitdiff | tree |
13 days ago |
Tom Lane | In ExecInitModifyTable, don't scribble on the source... |
commit | commitdiff | tree |
13 days ago |
Tom Lane | Fix memory leak in XMLSERIALIZE(... INDENT). |
commit | commitdiff | tree |
13 days ago |
Nathan Bossart | pg_dump: Adjust reltuples from 0 to -1 for dumps of... |
commit | commitdiff | tree |
13 days ago |
Amit Langote | Revert "Don't lock partitions pruned by initial pruning" |
commit | commitdiff | tree |
2025-05-21 |
Peter Eisentraut | doc: Move documentation of md5_password_warnings to... |
commit | commitdiff | tree |
2025-05-21 |
Michael Paquier | Adjust operation names of pg_aios to match the document... |
commit | commitdiff | tree |
2025-05-21 |
Fujii Masao | Fix incorrect WAL description for PREPARE TRANSACTION... |
commit | commitdiff | tree |
2025-05-21 |
Michael Paquier | Fix regression with location calculation of nested... |
commit | commitdiff | tree |
2025-05-20 |
Nathan Bossart | pg_dump: Fix array literals in fetchAttributeStats(). |
commit | commitdiff | tree |
2025-05-20 |
Heikki Linnakangas | Fix cross-version upgrade test failure |
commit | commitdiff | tree |
2025-05-20 |
Michael Paquier | doc: Clarify use of _ccnew and _ccold in REINDEX CONCUR... |
commit | commitdiff | tree |
2025-05-20 |
Andres Freund | aio: Fix possible state confusions due to interrupt... |
commit | commitdiff | tree |
2025-05-19 |
Heikki Linnakangas | Fix deparsing FETCH FIRST <expr> ROWS WITH TIES |
commit | commitdiff | tree |
2025-05-19 |
Amit Kapila | Don't retreat slot's confirmed_flush LSN. |
commit | commitdiff | tree |
2025-05-19 |
Tom Lane | Doc: add pre-branch task to run src/tools/copyright.pl. |
commit | commitdiff | tree |
2025-05-19 |
Michael Paquier | Fix incorrect year in some copyright notices |
commit | commitdiff | tree |
2025-05-19 |
Michael Paquier | ecpg: Add missing newline in meson.build |
commit | commitdiff | tree |
2025-05-18 |
Alexander Korotkov | Fix tuple_fraction calculation in generate_orderedappen... |
commit | commitdiff | tree |
2025-05-18 |
Tom Lane | Make our usage of memset_s() conform strictly to the... |
commit | commitdiff | tree |
2025-05-18 |
Daniel Gustafsson | Fix function name reference in comment |
commit | commitdiff | tree |
2025-05-16 |
Daniel Gustafsson | Align organization wording in copyright statement |
commit | commitdiff | tree |
2025-05-15 |
Richard Guo | Fix Assert failure in XMLTABLE parser |
commit | commitdiff | tree |
2025-05-14 |
Richard Guo | Add explicit initialization for all PlannerGlobal fields |
commit | commitdiff | tree |
2025-05-13 |
Daniel Gustafsson | Fix order of parameters in POD documentation |
commit | commitdiff | tree |
2025-05-13 |
Amit Kapila | Fix the race condition in the test added by 7c99dc587. |
commit | commitdiff | tree |
2025-05-11 |
Álvaro Herrera | Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT] |
commit | commitdiff | tree |
2025-05-11 |
Álvaro Herrera | Fix comment of tsquerysend() |
commit | commitdiff | tree |
2025-05-11 |
Álvaro Herrera | relcache: Avoid memory leak on tables with no CHECK... |
commit | commitdiff | tree |
2025-05-11 |
Álvaro Herrera | Sort includes in alphabetical order |
commit | commitdiff | tree |
2025-05-11 |
Tom Lane | Fix incorrect "return NULL" in BumpAllocLarge(). |
commit | commitdiff | tree |
2025-05-10 |
Noah Misch | Remove GLOBALTABLESPACE_OID assert for locked buffers. |
commit | commitdiff | tree |
2025-05-10 |
Bruce Momjian | doc PG 18 relnotes: mv. hash joins and GROUP BY item... |
commit | commitdiff | tree |
2025-05-10 |
Michael Paquier | aio: Use runtime arguments with injections points in... |
commit | commitdiff | tree |
2025-05-09 |
Michael Paquier | injection_points: Add support and tests for runtime... |
commit | commitdiff | tree |
2025-05-09 |
Michael Paquier | Add support for runtime arguments in injection points |
commit | commitdiff | tree |
2025-05-09 |
Bruce Momjian | doc PG 18 relnotes: fix missing parens for crc32c() |
commit | commitdiff | tree |
2025-05-09 |
Tom Lane | Skip RSA-PSS ssl test when using LibreSSL. |
commit | commitdiff | tree |
2025-05-09 |
Tom Lane | Hack one ssl test case to pass with current LibreSSL. |
commit | commitdiff | tree |
2025-05-09 |
Tom Lane | Centralize ssl tests' check for whether we're using... |
commit | commitdiff | tree |
2025-05-09 |
Peter Eisentraut | doc: Put new options in consistent order on man pages |
commit | commitdiff | tree |
2025-05-08 |
Heikki Linnakangas | Use 'void *' for arbitrary buffers, 'uint8 *' for byte... |
commit | commitdiff | tree |
2025-05-08 |
Heikki Linnakangas | Use more mundane 'int' type for cancel key lengths... |
commit | commitdiff | tree |
2025-05-08 |
Bruce Momjian | PG 18 relnotes: adjust RETURNING new/old item |
commit | commitdiff | tree |
2025-05-08 |
Daniel Gustafsson | doc: Fix title markup for AT TIME ZONE and AT LOCAL |
commit | commitdiff | tree |
2025-05-08 |
Richard Guo | Track the number of presorted outer pathkeys in MergePath |
commit | commitdiff | tree |
2025-05-08 |
Richard Guo | Suppress unnecessary explicit sorting for EPQ mergejoin... |
commit | commitdiff | tree |
2025-05-08 |
Bruce Momjian | doc PG 18 relnotes: adjust pg_log_backend_memory_contexts() |
commit | commitdiff | tree |
2025-05-08 |
Bruce Momjian | doc PG 18 relnotes: add pg_log_backend_memory_contexts... |
commit | commitdiff | tree |
2025-05-07 |
Bruce Momjian | doc PG 18 relnotes: adjust pgbench per-script reportin... |
commit | commitdiff | tree |
2025-05-07 |
Bruce Momjian | doc PG 18 relnotes: mention GROUP SET fixes |
commit | commitdiff | tree |
2025-05-07 |
Nathan Bossart | Remove pg_replication_origin's TOAST table. |
commit | commitdiff | tree |
2025-05-07 |
Peter Geoghegan | Prevent premature nbtree array advancement. |
commit | commitdiff | tree |
2025-05-07 |
Peter Geoghegan | nbtree: tighten up array recheck rules. |
commit | commitdiff | tree |
2025-05-07 |
Nathan Bossart | pg_dumpall: Add --sequence-data. |
commit | commitdiff | tree |
2025-05-07 |
Alexander Korotkov | Refactor ChangeVarNodesExtended() using the custom... |
commit | commitdiff | tree |
2025-05-07 |
Peter Eisentraut | doc: Put some psql documentation pieces back into alpha... |
commit | commitdiff | tree |
2025-05-07 |
Peter Eisentraut | Remove some tabs in C string literals |
commit | commitdiff | tree |
2025-05-07 |
Peter Eisentraut | doc: Add link to table |
commit | commitdiff | tree |
2025-05-07 |
Peter Eisentraut | doc: Fix up spacing around verbatim DocBook elements |
commit | commitdiff | tree |
2025-05-07 |
Michael Paquier | Fix some comments related to IO workers |
commit | commitdiff | tree |
2025-05-07 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2025-05-07 |
Bruce Momjian | doc PG 18 relnotes: adjust partition planning item |
commit | commitdiff | tree |
2025-05-06 |
Bruce Momjian | doc PG 18 relnotes: small adjustments regarding options |
commit | commitdiff | tree |
2025-05-06 |
Bruce Momjian | doc PG 18 relnotes: move partition locking item to... |
commit | commitdiff | tree |
2025-05-06 |
Bruce Momjian | doc PG 18 relnotes: adjust partition items |
commit | commitdiff | tree |
2025-05-05 |
Tom Lane | Stamp 18beta1. REL_18_BETA1 |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: reword OAuth item |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: add mention of pg_stat_reset_backen... |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: adjust hash item |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: split partition optimizer item... |
commit | commitdiff | tree |
2025-05-05 |
Noah Misch | With GB18030, prevent SIGSEGV from reading past end... |
commit | commitdiff | tree |
2025-05-05 |
Noah Misch | Refactor test_escape.c for additional ways of testing. |
commit | commitdiff | tree |
2025-05-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: adjust COPY and REJECT_LIMIT items |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: move and clarify constraint items |
commit | commitdiff | tree |
2025-05-05 |
Bruce Momjian | doc PG 18 relnotes: add commit for cancel key and... |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc PG 18 relnotes: fix libpq wording |
commit | commitdiff | tree |
2025-05-03 |
Alexander Korotkov | Revert "Refactor ChangeVarNodesExtended() using the... |
commit | commitdiff | tree |
2025-05-03 |
Alexander Korotkov | Refactor ChangeVarNodesExtended() using the custom... |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc: update guidelines on non-ASCII characters in... |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc PG 18 relnotes: add GROUP BY column elimination... |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc PG 18 relnotes: move protocol version item to... |
commit | commitdiff | tree |
2025-05-03 |
Etsuro Fujita | Fix memory allocation/copy mistakes. |
commit | commitdiff | tree |
2025-05-03 |
Etsuro Fujita | Fix typos in comments. |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc PG 18 relnotes: update chapter tags for recent... |
commit | commitdiff | tree |
2025-05-03 |
Bruce Momjian | doc PG 18 relnotes: adjust libpq trace & potocol versi... |
commit | commitdiff | tree |
2025-05-02 |
Bruce Momjian | doc PG 18 relnotes: reword and reorder items |
commit | commitdiff | tree |
2025-05-02 |
Peter Geoghegan | Avoid treating nonrequired nbtree keys as required. |
commit | commitdiff | tree |
2025-05-02 |
Tomas Vondra | Fix memory leak in _gin_parallel_merge |
commit | commitdiff | tree |
2025-05-02 |
Tom Lane | Don't use a tuplestore if we don't have to for SQL... |
commit | commitdiff | tree |
2025-05-02 |
Álvaro Herrera | Handle self-referencing FKs correctly in partitioned... |
commit | commitdiff | tree |
2025-05-02 |
Tom Lane | Doc: correct spelling of meson switch. |
commit | commitdiff | tree |
2025-05-02 |
Jacob Champion | oauth: Correct SSL dependency for libpq-oauth.a |
commit | commitdiff | tree |
2025-05-02 |
Peter Eisentraut | Make "directory" setting work with extension_control_path |
commit | commitdiff | tree |
next |