| 2024-10-04 |
Tom Lane | ecpg: avoid adding whitespace around '&' in connection... |
commit | commitdiff | tree |
| 2024-10-04 |
Peter Eisentraut | Rename PageData to GenericXLogPageData |
commit | commitdiff | tree |
| 2024-10-04 |
Dean Rasheed | Speed up numeric division by always using the "fast... |
commit | commitdiff | tree |
| 2024-10-04 |
Michael Paquier | Remove assertion checking query ID in execMain.c |
commit | commitdiff | tree |
| 2024-10-03 |
Dean Rasheed | Fix wrong varnullingrels error for MERGE WHEN NOT MATCH... |
commit | commitdiff | tree |
| 2024-10-03 |
Dean Rasheed | Fix incorrect non-strict join recheck in MERGE WHEN... |
commit | commitdiff | tree |
| 2024-10-03 |
Amit Langote | Replace Unicode apostrophe with ASCII apostrophe |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | Refactor CopyFrom() in copyfrom.c. |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | file_fdw: Add on_error and log_verbosity options to... |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | Add log_verbosity = 'silent' support to COPY command. |
commit | commitdiff | tree |
| 2024-10-03 |
Amit Langote | Fix expression list handling in ATExecAttachPartition() |
commit | commitdiff | tree |
| 2024-10-03 |
Michael Paquier | Remove support for unlogged on partitioned tables |
commit | commitdiff | tree |
| 2024-10-03 |
Tom Lane | Adjust json_manifest_per_file_callback API in one more... |
commit | commitdiff | tree |
| 2024-10-02 |
Tom Lane | Parse libpq's "keepalives" option more like other integ... |
commit | commitdiff | tree |
| 2024-10-02 |
Robert Haas | File size in a backup manifest should use uint64, not... |
commit | commitdiff | tree |
| 2024-10-02 |
Daniel Gustafsson | doc: Missing markup, punctuation and wordsmithing |
commit | commitdiff | tree |
| 2024-10-02 |
Daniel Gustafsson | Add fastpaths for when no objects are found |
commit | commitdiff | tree |
| 2024-10-02 |
Daniel Gustafsson | Remove superfluous PQExpBuffer resetting |
commit | commitdiff | tree |
| 2024-10-02 |
Daniel Gustafsson | doc: Add link to login event trigger example |
commit | commitdiff | tree |
| 2024-10-02 |
Fujii Masao | Fix inconsistent reporting of checkpointer stats. |
commit | commitdiff | tree |
| 2024-10-02 |
Michael Paquier | doc: Clarify name of files generated by pg_waldump... |
commit | commitdiff | tree |
| 2024-10-01 |
Tom Lane | Reject a copy EOF marker that has data ahead of it... |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | initdb: Add new option "--no-data-checksums" |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | Tweak docs to reduce possible impact of data checksums |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | Use macro to define the number of enum values |
commit | commitdiff | tree |
| 2024-10-01 |
Robert Haas | Fix some pg_verifybackup issues reported by Coverity. |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | Simplify checking for xlocale.h |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | jit: Use opaque pointers in all supported LLVM versions. |
commit | commitdiff | tree |
| 2024-10-01 |
Peter Eisentraut | jit: Require at least LLVM 14, if enabled. |
commit | commitdiff | tree |
| 2024-10-01 |
Daniel Gustafsson | doc: Mention the connstring key word for PGSERVICE |
commit | commitdiff | tree |
| 2024-10-01 |
Michael Paquier | Fix race condition in COMMIT PREPARED causing orphaned... |
commit | commitdiff | tree |
| 2024-10-01 |
Tatsuo Ishii | Doc: replace unnecessary non-breaking space with ordina... |
commit | commitdiff | tree |
| 2024-09-30 |
Michael Paquier | Expand assertion check for query ID reporting in executor |
commit | commitdiff | tree |
| 2024-09-30 |
Daniel Gustafsson | Add missing command for pg_maintain in comment |
commit | commitdiff | tree |
| 2024-09-30 |
Tom Lane | Do not treat \. as an EOF marker in CSV mode for COPY IN. |
commit | commitdiff | tree |
| 2024-09-30 |
Fujii Masao | docs: Enhance the pg_stat_checkpointer view documentation. |
commit | commitdiff | tree |
| 2024-09-30 |
Tom Lane | Remove incorrect entries in pg_walsummary's getopt_long... |
commit | commitdiff | tree |
| 2024-09-30 |
Alvaro Herrera | Don't disallow DROP of constraints ONLY on partitioned... |
commit | commitdiff | tree |
| 2024-09-30 |
Michael Paquier | Bump catalog version for change in VariableSetStmt |
commit | commitdiff | tree |
| 2024-09-30 |
Michael Paquier | Show values of SET statements as constants in pg_stat_s... |
commit | commitdiff | tree |
| 2024-09-30 |
Fujii Masao | Add num_done counter to the pg_stat_checkpointer view. |
commit | commitdiff | tree |
| 2024-09-30 |
Fujii Masao | reindexdb: Skip reindexing temporary tables and indexes. |
commit | commitdiff | tree |
| 2024-09-29 |
Michael Paquier | Set query ID in parallel workers for vacuum, BRIN and... |
commit | commitdiff | tree |
| 2024-09-29 |
Noah Misch | Remove NULL dereference from RenameRelationInternal(). |
commit | commitdiff | tree |
| 2024-09-29 |
Tom Lane | In passwordFromFile, don't leak the open file after... |
commit | commitdiff | tree |
| 2024-09-27 |
Noah Misch | Avoid 037_invalid_database.pl hang under debug_discard_... |
commit | commitdiff | tree |
| 2024-09-27 |
Nathan Bossart | doc: Note that CREATE MATERIALIZED VIEW restricts searc... |
commit | commitdiff | tree |
| 2024-09-27 |
Tom Lane | Recalculate where-needed data accurately after a join... |
commit | commitdiff | tree |
| 2024-09-27 |
Robert Haas | Reindent pg_verifybackup.c. |
commit | commitdiff | tree |
| 2024-09-27 |
Robert Haas | pg_verifybackup: Verify tar-format backups. |
commit | commitdiff | tree |
| 2024-09-27 |
Fujii Masao | Fix typo in pg_walsummary/nls.mk. |
commit | commitdiff | tree |
| 2024-09-27 |
Michael Paquier | Fix incorrect memory access in VACUUM FULL with invalid... |
commit | commitdiff | tree |
| 2024-09-26 |
Michael Paquier | Fix catalog data of new LO privilege functions |
commit | commitdiff | tree |
| 2024-09-26 |
Nathan Bossart | Ensure we have a snapshot when updating pg_index entries. |
commit | commitdiff | tree |
| 2024-09-26 |
Nathan Bossart | Improve style of pg_upgrade task callback functions. |
commit | commitdiff | tree |
| 2024-09-26 |
Tom Lane | Modernize to_char's Roman-numeral code, fixing overflow... |
commit | commitdiff | tree |
| 2024-09-26 |
Tom Lane | Doc: InitPlans aren't parallel-restricted any more. |
commit | commitdiff | tree |
| 2024-09-26 |
Amit Kapila | Doc: Add a note in the upgrade of logical replication... |
commit | commitdiff | tree |
| 2024-09-26 |
Alexander Korotkov | Update oid for pg_wal_replay_wait() procedure |
commit | commitdiff | tree |
| 2024-09-25 |
Nathan Bossart | Remove extra whitespace in pg_upgrade status message. |
commit | commitdiff | tree |
| 2024-09-25 |
Alvaro Herrera | Turn 'if' condition around to avoid Svace complaint |
commit | commitdiff | tree |
| 2024-09-25 |
Michael Paquier | vacuumdb: Skip temporary tables in query to build list... |
commit | commitdiff | tree |
| 2024-09-25 |
Amit Kapila | Doc: Add the steps for upgrading the logical replicatio... |
commit | commitdiff | tree |
| 2024-09-25 |
Michael Paquier | pg_stat_statements: Expand tests for SET statements |
commit | commitdiff | tree |
| 2024-09-24 |
Noah Misch | For inplace update durability, make heap_update() calle... |
commit | commitdiff | tree |
| 2024-09-24 |
Noah Misch | Fix data loss at inplace update after heap_update(). |
commit | commitdiff | tree |
| 2024-09-24 |
Noah Misch | Warn if LOCKTAG_TUPLE is held at commit, under debug_as... |
commit | commitdiff | tree |
| 2024-09-24 |
Jeff Davis | Allow length=-1 for NUL-terminated input to pg_strncoll... |
commit | commitdiff | tree |
| 2024-09-24 |
Tom Lane | Fix psql describe commands' handling of ACL columns... |
commit | commitdiff | tree |
| 2024-09-24 |
Jeff Davis | Tighten up make_libc_collator() and make_icu_collator(). |
commit | commitdiff | tree |
| 2024-09-24 |
Peter Eisentraut | Add further excludes to headerscheck |
commit | commitdiff | tree |
| 2024-09-24 |
Tom Lane | Neaten up our choices of SQLSTATEs for XML-related... |
commit | commitdiff | tree |
| 2024-09-24 |
Peter Geoghegan | Update obsolete nbtree array preprocessing comments. |
commit | commitdiff | tree |
| 2024-09-24 |
David Rowley | Add ONLY support for VACUUM and ANALYZE |
commit | commitdiff | tree |
| 2024-09-23 |
Michael Paquier | Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH |
commit | commitdiff | tree |
| 2024-09-23 |
Tom Lane | jsonapi: fix memory leakage during OOM error recovery. |
commit | commitdiff | tree |
| 2024-09-23 |
Tomas Vondra | Fix asserts in fast-path locking code |
commit | commitdiff | tree |
| 2024-09-23 |
Tatsuo Ishii | Add memory/disk usage for more executor nodes. |
commit | commitdiff | tree |
| 2024-09-21 |
Nathan Bossart | Remove pg_authid's TOAST table. |
commit | commitdiff | tree |
| 2024-09-21 |
Tomas Vondra | Increase the number of fast-path lock slots |
commit | commitdiff | tree |
| 2024-09-21 |
Peter Geoghegan | Refactor handling of nbtree array redundancies. |
commit | commitdiff | tree |
| 2024-09-20 |
Tom Lane | Improve Asserts checking relation matching in parallel... |
commit | commitdiff | tree |
| 2024-09-20 |
Nathan Bossart | Alphabetize #include directives in pg_checksums.c. |
commit | commitdiff | tree |
| 2024-09-20 |
Tom Lane | Doc: explain how to test ADMIN privilege with pg_has_ro... |
commit | commitdiff | tree |
| 2024-09-20 |
Peter Geoghegan | Fix nbtree pgstats accounting with parallel scans. |
commit | commitdiff | tree |
| 2024-09-20 |
Michael Paquier | Add parameter "connstr" to PostgreSQL::Test::Cluster... |
commit | commitdiff | tree |
| 2024-09-20 |
Tom Lane | Restore relmapper state early enough in parallel workers. |
commit | commitdiff | tree |
| 2024-09-19 |
Michael Paquier | psql: Add tests for repeated calls of \bind[_named] |
commit | commitdiff | tree |
| 2024-09-19 |
Bruce Momjian | doc PG relnotes: remove warning about commit links... |
commit | commitdiff | tree |
| 2024-09-19 |
Bruce Momjian | doc PG relnotes: document "Unresolved ID reference... |
commit | commitdiff | tree |
| 2024-09-19 |
Bruce Momjian | doc PG relnotes: rename commit link paragraph for... |
commit | commitdiff | tree |
| 2024-09-19 |
Bruce Momjian | Improve Perl script which adds commit links to release... |
commit | commitdiff | tree |
| 2024-09-19 |
Alexander Korotkov | Add UpgradeTaskProcessCB to typedefs.list |
commit | commitdiff | tree |
| 2024-09-19 |
Alexander Korotkov | Fix order of includes in src/bin/pg_upgrade/info.c |
commit | commitdiff | tree |
| 2024-09-19 |
Alexander Korotkov | Move pg_wal_replay_wait() to xlogfuncs.c |
commit | commitdiff | tree |
| 2024-09-19 |
Michael Paquier | psql: Clean up more aggressively state of \bind[_named... |
commit | commitdiff | tree |
| 2024-09-19 |
Michael Paquier | Introduce ATT_PARTITIONED_TABLE in tablecmds.c |
commit | commitdiff | tree |
| 2024-09-19 |
David Rowley | Optimize tuplestore usage for WITH RECURSIVE CTEs |
commit | commitdiff | tree |
| 2024-09-18 |
Bruce Momjian | doc PG relnotes: add paragraph explaining the section... |
commit | commitdiff | tree |
| 2024-09-18 |
Bruce Momjian | doc PG relnotes: no relnote footnotes for commit links... |
commit | commitdiff | tree |
| next |