| 2025-02-24 |
Tom Lane | Fix confusion about data type of pg_class.relpages... |
commit | commitdiff | tree |
| 2025-02-24 |
Daniel Gustafsson | pg_amcheck: PQclear query results |
commit | commitdiff | tree |
| 2025-02-24 |
Andres Freund | Add static asserts for MAX_BACKENDS limiting factors |
commit | commitdiff | tree |
| 2025-02-24 |
Andres Freund | bufmgr: Make it easier to change number of buffer state... |
commit | commitdiff | tree |
| 2025-02-24 |
Andres Freund | Base LWLock limits directly on MAX_BACKENDS |
commit | commitdiff | tree |
| 2025-02-24 |
Andres Freund | Move MAX_BACKENDS to procnumber.h |
commit | commitdiff | tree |
| 2025-02-24 |
John Naylor | Silence warning in older versions of Valgrind |
commit | commitdiff | tree |
| 2025-02-24 |
Michael Paquier | Remove read/sync fields from pg_stat_wal and GUC track_... |
commit | commitdiff | tree |
| 2025-02-23 |
Tom Lane | Ignore hash's relallvisible when checking pg_upgrade... |
commit | commitdiff | tree |
| 2025-02-23 |
Peter Eisentraut | backend libpq void * argument for binary data |
commit | commitdiff | tree |
| 2025-02-23 |
Peter Eisentraut | SnapBuildRestoreContents() void * argument for binary... |
commit | commitdiff | tree |
| 2025-02-23 |
Michael Paquier | Add more tests for utility commands in pipelines |
commit | commitdiff | tree |
| 2025-02-23 |
Peter Eisentraut | jsonb internal API void * argument for binary data |
commit | commitdiff | tree |
| 2025-02-22 |
Jeff Davis | Documentation fixups for dumping statistics. |
commit | commitdiff | tree |
| 2025-02-22 |
Álvaro Herrera | Change \conninfo to use tabular format |
commit | commitdiff | tree |
| 2025-02-22 |
Amit Langote | Remove unstable test suite added by 525392d57 |
commit | commitdiff | tree |
| 2025-02-22 |
Andres Freund | Allow lwlocks to be disowned |
commit | commitdiff | tree |
| 2025-02-22 |
Robert Haas | Adjust EXPLAIN test case to filter out "Actual Rows... |
commit | commitdiff | tree |
| 2025-02-21 |
Tom Lane | Avoid race condition between "GRANT role" and "DROP... |
commit | commitdiff | tree |
| 2025-02-21 |
Robert Haas | Allow EXPLAIN to indicate fractional rows. |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | Add test 005_char_signedness.pl to meson.build. |
commit | commitdiff | tree |
| 2025-02-21 |
Tom Lane | Fix pg_dumpall to cope with dangling OIDs in pg_auth_me... |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | Fix an issue with index scan using pg_trgm due to char... |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | pg_upgrade: Add --set-char-signedness to set the defaul... |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | pg_upgrade: Preserve default char signedness value... |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | pg_resetwal: Add --char-signedness option to change... |
commit | commitdiff | tree |
| 2025-02-21 |
Masahiko Sawada | Add default_char_signedness field to ControlFileData. |
commit | commitdiff | tree |
| 2025-02-21 |
Bruce Momjian | doc: clarify default checksum behavior in non-master... |
commit | commitdiff | tree |
| 2025-02-21 |
Bruce Momjian | doc: remove non-breaking space in SGML files, causes... |
commit | commitdiff | tree |
| 2025-02-21 |
Andres Freund | Make test portlock logic work with meson |
commit | commitdiff | tree |
| 2025-02-21 |
Michael Paquier | Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) |
commit | commitdiff | tree |
| 2025-02-21 |
Peter Eisentraut | Support text position search functions with nondetermin... |
commit | commitdiff | tree |
| 2025-02-21 |
Daniel Gustafsson | doc: Add links to olsen93 and ong90 in bibliography |
commit | commitdiff | tree |
| 2025-02-21 |
Amit Kapila | Fix a WARNING for data origin discrepancies. |
commit | commitdiff | tree |
| 2025-02-21 |
Michael Paquier | Add missing deparsing of [NO] IDENT to XMLSERIALIZE() |
commit | commitdiff | tree |
| 2025-02-21 |
Peter Eisentraut | Drop opcintype from index AM strategy translation API |
commit | commitdiff | tree |
| 2025-02-21 |
Peter Eisentraut | backend launchers void * arguments for binary data |
commit | commitdiff | tree |
| 2025-02-21 |
Jeff Davis | Fix for pg_restore_attribute_stats(). |
commit | commitdiff | tree |
| 2025-02-21 |
Michael Paquier | psql: Add support for pipelines |
commit | commitdiff | tree |
| 2025-02-21 |
Michael Paquier | Add braces for if block with large comment in psql... |
commit | commitdiff | tree |
| 2025-02-20 |
Daniel Gustafsson | Add missing entry to oauth_validator test .gitignore |
commit | commitdiff | tree |
| 2025-02-20 |
Peter Eisentraut | Remove various unnecessary (char *) casts |
commit | commitdiff | tree |
| 2025-02-20 |
Jeff Davis | Trial fix for old cross-version upgrades. |
commit | commitdiff | tree |
| 2025-02-20 |
Andrew Dunstan | Ignore blank lines in pgindent exclude files |
commit | commitdiff | tree |
| 2025-02-20 |
Daniel Gustafsson | cirrus: Temporarily fix libcurl link error |
commit | commitdiff | tree |
| 2025-02-20 |
Daniel Gustafsson | Add support for OAUTHBEARER SASL mechanism |
commit | commitdiff | tree |
| 2025-02-20 |
Jeff Davis | Transfer statistics during pg_upgrade. |
commit | commitdiff | tree |
| 2025-02-20 |
Amit Kapila | Improve errdetail message added by ac0e33136a. |
commit | commitdiff | tree |
| 2025-02-20 |
Amit Langote | Don't lock partitions pruned by initial pruning |
commit | commitdiff | tree |
| 2025-02-20 |
Amit Kapila | Include schema/table publications even with exclude... |
commit | commitdiff | tree |
| 2025-02-20 |
Michael Paquier | doc: Fix typo in section "WAL configuration" |
commit | commitdiff | tree |
| 2025-02-20 |
Michael Paquier | doc: Add details about object "wal" in pg_stat_io |
commit | commitdiff | tree |
| 2025-02-20 |
Michael Paquier | doc: Recommend pg_stat_io rather than pg_stat_wal in... |
commit | commitdiff | tree |
| 2025-02-20 |
Michael Paquier | Fix FATAL message for invalid recovery timeline at... |
commit | commitdiff | tree |
| 2025-02-20 |
Andres Freund | pgbench: Increase RLIMIT_NOFILE if necessary |
commit | commitdiff | tree |
| 2025-02-20 |
Michael Paquier | test_escape: Fix output of --help |
commit | commitdiff | tree |
| 2025-02-19 |
Tomas Vondra | Correct relation size estimate with low fillfactor |
commit | commitdiff | tree |
| 2025-02-19 |
Tom Lane | Assert that ExecOpenIndices and ExecCloseIndices are... |
commit | commitdiff | tree |
| 2025-02-19 |
Tom Lane | Fix crash in brininsertcleanup during logical replication. |
commit | commitdiff | tree |
| 2025-02-19 |
Tomas Vondra | Consider BufFiles when adjusting hashjoin parameters |
commit | commitdiff | tree |
| 2025-02-19 |
Andres Freund | tests: BackgroundPsql: Fix potential for lost errors... |
commit | commitdiff | tree |
| 2025-02-19 |
Álvaro Herrera | Add ATAlterConstraint struct for ALTER .. CONSTRAINT |
commit | commitdiff | tree |
| 2025-02-19 |
Alexander Korotkov | Improve statistics estimation for single-column GROUP... |
commit | commitdiff | tree |
| 2025-02-19 |
Amit Kapila | Add a test for commit ac0e33136a using the injection... |
commit | commitdiff | tree |
| 2025-02-19 |
Michael Paquier | Add support for LIKE in CREATE FOREIGN TABLE |
commit | commitdiff | tree |
| 2025-02-19 |
Amit Langote | doc: Fix some issues with JSON_TABLE() examples |
commit | commitdiff | tree |
| 2025-02-19 |
Amit Kapila | Invalidate inactive replication slots. |
commit | commitdiff | tree |
| 2025-02-19 |
Tom Lane | Update to latest Snowball sources. |
commit | commitdiff | tree |
| 2025-02-19 |
Richard Guo | Fix unsafe access to BufferDescriptors |
commit | commitdiff | tree |
| 2025-02-19 |
Richard Guo | Fix freeing a child join's SpecialJoinInfo |
commit | commitdiff | tree |
| 2025-02-19 |
Michael Paquier | test_escape: Fix handling of short options in getopt_long() |
commit | commitdiff | tree |
| 2025-02-18 |
Michael Paquier | Make the description of some GUCs more consistent |
commit | commitdiff | tree |
| 2025-02-18 |
Bruce Momjian | doc: add example of sign mismatch with POSIX/ISO-8601... |
commit | commitdiff | tree |
| 2025-02-18 |
Jeff Davis | Update outdated comments in nodeAgg.c. |
commit | commitdiff | tree |
| 2025-02-18 |
Melanie Plageman | Reduce scope of heap vacuum per_buffer_data |
commit | commitdiff | tree |
| 2025-02-18 |
Daniel Gustafsson | Add PGErrorVerbosity to typedefs.list |
commit | commitdiff | tree |
| 2025-02-18 |
David Rowley | Fix poorly written regression test |
commit | commitdiff | tree |
| 2025-02-18 |
Amit Kapila | Raise a WARNING for max_slot_wal_keep_size in pg_create... |
commit | commitdiff | tree |
| 2025-02-18 |
John Naylor | Specialize intarray sorting |
commit | commitdiff | tree |
| 2025-02-18 |
Amit Kapila | Doc: Improve pg_replication_slots.inactive_since descri... |
commit | commitdiff | tree |
| 2025-02-18 |
Thomas Munro | Fix typo in 2a8a0067. |
commit | commitdiff | tree |
| 2025-02-17 |
Daniel Gustafsson | Fix translator notes in comments |
commit | commitdiff | tree |
| 2025-02-17 |
Tomas Vondra | Add tab completion for ALTER USER/ROLE RESET |
commit | commitdiff | tree |
| 2025-02-17 |
Tomas Vondra | Add tab completion for ALTER DATABASE RESET |
commit | commitdiff | tree |
| 2025-02-17 |
Alexander Korotkov | Implement Self-Join Elimination |
commit | commitdiff | tree |
| 2025-02-17 |
Alexander Korotkov | Revert: Get rid of WALBufMappingLock |
commit | commitdiff | tree |
| 2025-02-17 |
Amit Langote | Fix an oversight in cbc127917 to handle MERGE correctly |
commit | commitdiff | tree |
| 2025-02-17 |
Michael Paquier | Add information about WAL buffers full to VACUUM/ANALYZ... |
commit | commitdiff | tree |
| 2025-02-17 |
Michael Paquier | Add information about WAL buffers being full to EXPLAIN... |
commit | commitdiff | tree |
| 2025-02-17 |
Michael Paquier | pg_stat_statements: Add wal_buffers_full |
commit | commitdiff | tree |
| 2025-02-17 |
Michael Paquier | Move wal_buffers_full from PgStat_PendingWalStats to... |
commit | commitdiff | tree |
| 2025-02-17 |
Alexander Korotkov | Get rid of WALBufMappingLock |
commit | commitdiff | tree |
| 2025-02-17 |
Richard Guo | Adjust tuples estimate for appendrels |
commit | commitdiff | tree |
| 2025-02-16 |
Tom Lane | In fmtIdEnc(), handle failure of enlargePQExpBuffer(). |
commit | commitdiff | tree |
| 2025-02-15 |
Tom Lane | Make escaping functions retain trailing bytes of an... |
commit | commitdiff | tree |
| 2025-02-15 |
Thomas Munro | Fix explicit valgrind interaction in read_stream.c. |
commit | commitdiff | tree |
| 2025-02-14 |
Andres Freund | Fix PQescapeLiteral()/PQescapeIdentifier() length handling |
commit | commitdiff | tree |
| 2025-02-14 |
Nathan Bossart | Add delay time to VACUUM/ANALYZE (VERBOSE) and autovacu... |
commit | commitdiff | tree |
| 2025-02-14 |
Daniel Gustafsson | pgcrypto: Add support for CFB mode in AES encryption |
commit | commitdiff | tree |
| 2025-02-14 |
Nathan Bossart | Use PqMsg_Progress macro in HandleParallelMessage(). |
commit | commitdiff | tree |
| next |