| 2024-12-12 |
Michael Paquier | Add some regression tests for missing DDL patterns |
commit | commitdiff | tree |
| 2024-12-12 |
David Rowley | Defer remove_useless_groupby_columns() work until query... |
commit | commitdiff | tree |
| 2024-12-11 |
Masahiko Sawada | Add UUID version 7 generation function. |
commit | commitdiff | tree |
| 2024-12-11 |
David Rowley | Fix further fallout from EXPLAIN ANALYZE BUFFERS change |
commit | commitdiff | tree |
| 2024-12-11 |
Nathan Bossart | Use pg_memory_is_all_zeros() in pgstatfuncs.c. |
commit | commitdiff | tree |
| 2024-12-11 |
Masahiko Sawada | Unmark gen_random_uuid() function leakproof. |
commit | commitdiff | tree |
| 2024-12-11 |
Daniel Gustafsson | Fix a memory leak in dumping functions with TRANSFORMs |
commit | commitdiff | tree |
| 2024-12-11 |
David Rowley | Add missing BUFFERS OFF in regression tests, take 2 |
commit | commitdiff | tree |
| 2024-12-11 |
David Rowley | Add missing BUFFERS OFF in select_into regression tests |
commit | commitdiff | tree |
| 2024-12-11 |
David Rowley | Enable BUFFERS with EXPLAIN ANALYZE by default |
commit | commitdiff | tree |
| 2024-12-11 |
David Rowley | Use ExprStates for hashing in GROUP BY and SubPlans |
commit | commitdiff | tree |
| 2024-12-11 |
Jeff Davis | Use in-place updates for pg_restore_relation_stats(). |
commit | commitdiff | tree |
| 2024-12-10 |
Michael Paquier | Improve reporting of pg_upgrade log files on test failure |
commit | commitdiff | tree |
| 2024-12-10 |
David Rowley | Speedup Hash Joins with dedicated functions for ExprSta... |
commit | commitdiff | tree |
| 2024-12-10 |
Tom Lane | Doc: add some commentary about ExecutorRun's NoMovement... |
commit | commitdiff | tree |
| 2024-12-10 |
Noah Misch | Fix elog(FATAL) before PostmasterMain() or just after... |
commit | commitdiff | tree |
| 2024-12-10 |
Peter Eisentraut | Tests for logical replication with temporal keys |
commit | commitdiff | tree |
| 2024-12-10 |
Peter Eisentraut | Support for GiST in get_equal_strategy_number() |
commit | commitdiff | tree |
| 2024-12-10 |
Peter Eisentraut | Make the conditions in IsIndexUsableForReplicaIdentityF... |
commit | commitdiff | tree |
| 2024-12-10 |
Peter Eisentraut | Replace get_equal_strategy_number_for_am() by get_equal... |
commit | commitdiff | tree |
| 2024-12-10 |
Peter Eisentraut | Improve internal logical replication error for missing... |
commit | commitdiff | tree |
| 2024-12-10 |
Michael Paquier | Fix comments of GUC hooks for timezone_abbreviations |
commit | commitdiff | tree |
| 2024-12-10 |
Michael Paquier | Fix outdated comment of scram_build_secret() |
commit | commitdiff | tree |
| 2024-12-09 |
Masahiko Sawada | Include necessary header files in radixtree.h. |
commit | commitdiff | tree |
| 2024-12-09 |
David Rowley | Doc: fix incorrect EXPLAIN ANALYZE output for bloom... |
commit | commitdiff | tree |
| 2024-12-09 |
Daniel Gustafsson | Fix small memory leaks in GUC checks |
commit | commitdiff | tree |
| 2024-12-09 |
Nathan Bossart | Fix various overflow hazards in date and timestamp... |
commit | commitdiff | tree |
| 2024-12-09 |
Tom Lane | Simplify executor's determination of whether to use... |
commit | commitdiff | tree |
| 2024-12-09 |
Heikki Linnakangas | Remove remants of "snapshot too old" |
commit | commitdiff | tree |
| 2024-12-09 |
Richard Guo | Avoid unnecessary wrapping for Vars and PHVs |
commit | commitdiff | tree |
| 2024-12-09 |
Richard Guo | Fix right-semi-joins in HashJoin rescans |
commit | commitdiff | tree |
| 2024-12-09 |
Michael Paquier | Fix memory leak in pgoutput with publication list cache |
commit | commitdiff | tree |
| 2024-12-09 |
Michael Paquier | Improve comment about dropped entries in pgstat.c |
commit | commitdiff | tree |
| 2024-12-09 |
Amit Kapila | Improve the error message introduced in commit 87ce27de696. |
commit | commitdiff | tree |
| 2024-12-09 |
Michael Paquier | Fix invalidation of local pgstats references for entry... |
commit | commitdiff | tree |
| 2024-12-09 |
David Rowley | Fix possible crash during WindowAgg evaluation |
commit | commitdiff | tree |
| 2024-12-07 |
Tom Lane | Ensure that pg_amop/amproc entries depend on their... |
commit | commitdiff | tree |
| 2024-12-07 |
Tom Lane | Make getObjectDescription robust against dangling ampro... |
commit | commitdiff | tree |
| 2024-12-07 |
Tom Lane | Fix is_digit labeling of to_timestamp's FFn format... |
commit | commitdiff | tree |
| 2024-12-07 |
Peter Eisentraut | doc: remove LC_COLLATE and LC_CTYPE from SHOW command |
commit | commitdiff | tree |
| 2024-12-06 |
Jeff Davis | Comment fix: "buffer context lock" to "buffer content... |
commit | commitdiff | tree |
| 2024-12-06 |
Peter Eisentraut | Remove useless casts to (const void *) |
commit | commitdiff | tree |
| 2024-12-05 |
Thomas Munro | Fix printf format string warning on MinGW. |
commit | commitdiff | tree |
| 2024-12-05 |
Peter Eisentraut | Remove pg_regex_collation |
commit | commitdiff | tree |
| 2024-12-05 |
Thomas Munro | Fix header inclusion order in c.h. |
commit | commitdiff | tree |
| 2024-12-04 |
Nathan Bossart | Provide a better error message for misplaced dispatch... |
commit | commitdiff | tree |
| 2024-12-04 |
Bruce Momjian | Return actual error code from FOP failure in PDF build |
commit | commitdiff | tree |
| 2024-12-04 |
Peter Eisentraut | Fix dead code |
commit | commitdiff | tree |
| 2024-12-04 |
John Naylor | Fix use-after-free in parallel_vacuum_reset_dead_items |
commit | commitdiff | tree |
| 2024-12-04 |
Peter Eisentraut | Simplify IsIndexUsableForReplicaIdentityFull() |
commit | commitdiff | tree |
| 2024-12-04 |
Amit Kapila | Ensure stored generated columns must be published when... |
commit | commitdiff | tree |
| 2024-12-04 |
Bruce Momjian | Properly use $(AWK) in Makefile, not 'awk' |
commit | commitdiff | tree |
| 2024-12-04 |
Thomas Munro | Use <stdint.h> and <inttypes.h> for c.h integers. |
commit | commitdiff | tree |
| 2024-12-04 |
Tom Lane | Define __EXTENSIONS__ on Solaris, too. |
commit | commitdiff | tree |
| 2024-12-03 |
Bruce Momjian | Fix Makefile so invalid characters warning preserves... |
commit | commitdiff | tree |
| 2024-12-03 |
Bruce Momjian | Now that we have non-Latin1 SGML detection, restore... |
commit | commitdiff | tree |
| 2024-12-03 |
Jeff Davis | Move check for ucol_strcollUTF8 to pg_locale_icu.c |
commit | commitdiff | tree |
| 2024-12-03 |
Tom Lane | Define _POSIX_C_SOURCE as 200112L on Solaris. |
commit | commitdiff | tree |
| 2024-12-03 |
Álvaro Herrera | Fix synchronized_standby_slots GUC check hook |
commit | commitdiff | tree |
| 2024-12-03 |
Álvaro Herrera | Drop "Lock" suffix from LWLock wait event names |
commit | commitdiff | tree |
| 2024-12-03 |
Álvaro Herrera | Update obsolete comment |
commit | commitdiff | tree |
| 2024-12-03 |
Peter Eisentraut | Fix handling of CREATE DOMAIN with GENERATED constraint... |
commit | commitdiff | tree |
| 2024-12-03 |
Peter Eisentraut | Fix temporary memory leak in system table index scans |
commit | commitdiff | tree |
| 2024-12-03 |
Jeff Davis | Perform provider-specific initialization in new functions. |
commit | commitdiff | tree |
| 2024-12-03 |
Michael Paquier | doc: Clarify some terms for pg_createsubscriber |
commit | commitdiff | tree |
| 2024-12-03 |
Jeff Davis | Fix unintentional behavior change in commit e9931bfb75. |
commit | commitdiff | tree |
| 2024-12-03 |
David Rowley | Revert "Introduce CompactAttribute array in TupleDesc" |
commit | commitdiff | tree |
| 2024-12-03 |
David Rowley | Introduce CompactAttribute array in TupleDesc |
commit | commitdiff | tree |
| 2024-12-03 |
Bruce Momjian | doc Makefile: issue warning about chars that cannot... |
commit | commitdiff | tree |
| 2024-12-03 |
Michael Paquier | Rework some code handling pg_subscription data in psql... |
commit | commitdiff | tree |
| 2024-12-02 |
Thomas Munro | RelationTruncate() must set DELAY_CHKPT_START. |
commit | commitdiff | tree |
| 2024-12-02 |
Nathan Bossart | Deprecate MD5 passwords. |
commit | commitdiff | tree |
| 2024-12-02 |
Dean Rasheed | Add a planner support function for numeric generate_ser... |
commit | commitdiff | tree |
| 2024-12-02 |
Dean Rasheed | Fix #include order in timestamp.c. |
commit | commitdiff | tree |
| 2024-12-02 |
Peter Eisentraut | Fix error code for referential action RESTRICT |
commit | commitdiff | tree |
| 2024-12-01 |
Tom Lane | Fix broken list-munging in ecpg's remove_variables(). |
commit | commitdiff | tree |
| 2024-11-30 |
Tom Lane | Avoid mislabeling of lateral references, redux. |
commit | commitdiff | tree |
| 2024-11-30 |
Peter Eisentraut | doc: Fix typo |
commit | commitdiff | tree |
| 2024-11-29 |
Peter Eisentraut | Small indenting fixes in jsonpath_scan.l |
commit | commitdiff | tree |
| 2024-11-29 |
Peter Eisentraut | doc: Improve description of referential actions |
commit | commitdiff | tree |
| 2024-11-29 |
Peter Eisentraut | Add tests for foreign keys with case-insensitive collations |
commit | commitdiff | tree |
| 2024-11-29 |
Alexander Korotkov | Skip not SOAP-supported indexes while transforming... |
commit | commitdiff | tree |
| 2024-11-29 |
David Rowley | Fix typo in header comment for set_operation_ordered_re... |
commit | commitdiff | tree |
| 2024-11-28 |
Michael Paquier | psql: Sprinkle more CppAsString2() in describe.c |
commit | commitdiff | tree |
| 2024-11-28 |
Tom Lane | Avoid mislabeling of lateral references when pulling... |
commit | commitdiff | tree |
| 2024-11-28 |
Daniel Gustafsson | Fix wording in comment |
commit | commitdiff | tree |
| 2024-11-28 |
Peter Eisentraut | psql: Add tab completion for COPY (MERGE ... |
commit | commitdiff | tree |
| 2024-11-28 |
Peter Eisentraut | Remove useless casts to (void *) |
commit | commitdiff | tree |
| 2024-11-27 |
Thomas Munro | Require sizeof(bool) == 1. |
commit | commitdiff | tree |
| 2024-11-27 |
Nathan Bossart | Use __attribute__((target(...))) for SSE4.2 CRC-32C... |
commit | commitdiff | tree |
| 2024-11-27 |
Álvaro Herrera | Make GUC_check_errdetail messages full sentences |
commit | commitdiff | tree |
| 2024-11-27 |
Álvaro Herrera | Remove redundant relam initialization |
commit | commitdiff | tree |
| 2024-11-27 |
Tom Lane | ecpg: clean up some other assorted memory leaks. |
commit | commitdiff | tree |
| 2024-11-27 |
Tom Lane | ecpg: put all string-valued tokens returned by pgc... |
commit | commitdiff | tree |
| 2024-11-27 |
Tom Lane | ecpg: fix some memory leakage of data-type-related... |
commit | commitdiff | tree |
| 2024-11-27 |
Andrew Dunstan | jsonapi: add lexer option to keep token ownership |
commit | commitdiff | tree |
| 2024-11-27 |
Andres Freund | ci: Fix cached MacPorts installation management |
commit | commitdiff | tree |
| 2024-11-27 |
Nathan Bossart | Look up backend type in pg_signal_backend() more cheaply. |
commit | commitdiff | tree |
| 2024-11-27 |
Andres Freund | postmaster: Reduce verbosity of environment dump debug... |
commit | commitdiff | tree |
| 2024-11-27 |
Fujii Masao | file_fdw: Add regression tests for ON_ERROR and other... |
commit | commitdiff | tree |
| next |