| 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 |
| 2024-11-27 |
Fujii Masao | pgbench: Ensure previous progress message is fully... |
commit | commitdiff | tree |
| 2024-11-27 |
Álvaro Herrera | Fix pg_get_constraintdef for NOT NULL constraints on... |
commit | commitdiff | tree |
| 2024-11-27 |
Peter Eisentraut | gitattributes: Add .cpp files to whitespace checks |
commit | commitdiff | tree |
| 2024-11-27 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2024-11-27 |
Peter Eisentraut | Exclude LLVM files from whitespace checks |
commit | commitdiff | tree |
| 2024-11-27 |
Thomas Munro | Revert "Blind attempt to fix _configthreadlocale()... |
commit | commitdiff | tree |
| 2024-11-27 |
Thomas Munro | Require ucrt if using MinGW. |
commit | commitdiff | tree |
| 2024-11-27 |
Thomas Munro | Remove configure check for _configthreadlocale(). |
commit | commitdiff | tree |
| 2024-11-27 |
Peter Eisentraut | Improve slightly misleading internal error message |
commit | commitdiff | tree |
| 2024-11-27 |
Amit Kapila | Fix buildfarm failure from commit 8fcd80258b. |
commit | commitdiff | tree |
| 2024-11-27 |
Peter Eisentraut | Support LIKE with nondeterministic collations |
commit | commitdiff | tree |
| 2024-11-27 |
Amit Kapila | Improve error message for replication of generated... |
commit | commitdiff | tree |
| 2024-11-27 |
Michael Paquier | Handle better implicit transaction state of pipeline... |
commit | commitdiff | tree |
| 2024-11-26 |
Bruce Momjian | Fix commit 641a5b7a144 for "nbsp" output in SVG files |
commit | commitdiff | tree |
| 2024-11-26 |
Andres Freund | Distinguish between AcquireExternalFD and epoll_create1... |
commit | commitdiff | tree |
| 2024-11-26 |
Peter Eisentraut | meson: Build pgevent as shared_module rather than share... |
commit | commitdiff | tree |
| 2024-11-26 |
Álvaro Herrera | Clean up newlines following left parentheses |
commit | commitdiff | tree |
| 2024-11-26 |
Peter Eisentraut | Improve InitShmemAccess() prototype |
commit | commitdiff | tree |
| 2024-11-26 |
Richard Guo | Fix test case from a8ccf4e93 |
commit | commitdiff | tree |
| 2024-11-26 |
Michael Paquier | pg_amcheck: Use CppAsString2() for relkind and relpersi... |
commit | commitdiff | tree |
| 2024-11-26 |
Richard Guo | Remove dead code in get_param_path_clause_serials() |
commit | commitdiff | tree |
| 2024-11-26 |
Richard Guo | Reordering DISTINCT keys to match input path's pathkeys |
commit | commitdiff | tree |
| 2024-11-25 |
Tom Lane | Fix NULLIF()'s handling of read-write expanded objects. |
commit | commitdiff | tree |
| 2024-11-25 |
Noah Misch | Avoid "you don't own a lock of type ExclusiveLock"... |
commit | commitdiff | tree |
| 2024-11-25 |
Nathan Bossart | pg_dump: Add dumpSchema and dumpData derivative flags. |
commit | commitdiff | tree |
| 2024-11-25 |
Thomas Munro | Clean up <stdbool.h> reference in meson.build. |
commit | commitdiff | tree |
| 2024-11-25 |
Tom Lane | Update configure probes for CFLAGS needed for ARM CRC... |
commit | commitdiff | tree |
| 2024-11-25 |
Tom Lane | Support runtime CRC feature probing on NetBSD/ARM using... |
commit | commitdiff | tree |
| 2024-11-25 |
Peter Eisentraut | Add support for Tcl 9 |
commit | commitdiff | tree |
| 2024-11-25 |
Thomas Munro | Assume that <stdbool.h> conforms to the C standard. |
commit | commitdiff | tree |
| 2024-11-25 |
Alexander Korotkov | Remove the wrong assertion from match_orclause_to_index... |
commit | commitdiff | tree |
| 2024-11-25 |
Amit Kapila | Doc: Clarify the `inactive_since` field description. |
commit | commitdiff | tree |
| 2024-11-25 |
Michael Paquier | Simplify some SPI tests of PL/Python |
commit | commitdiff | tree |
| 2024-11-25 |
Michael Paquier | doc: Fix example with __next__() in PL/Python function |
commit | commitdiff | tree |
| 2024-11-24 |
Noah Misch | Test "options=-crole=" and "ALTER DATABASE SET role". |
commit | commitdiff | tree |
| 2024-11-23 |
Alexander Korotkov | Teach bitmap path generation about transforming OR... |
commit | commitdiff | tree |
| 2024-11-23 |
Alexander Korotkov | Transform OR-clauses to SAOP's during index matching |
commit | commitdiff | tree |
| 2024-11-22 |
Jeff Davis | Disallow modifying statistics on system columns. |
commit | commitdiff | tree |
| 2024-11-22 |
Nathan Bossart | Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h. |
commit | commitdiff | tree |
| 2024-11-22 |
Nathan Bossart | Add a couple of recent commits to .git-blame-ignore... |
commit | commitdiff | tree |
| 2024-11-22 |
Heikki Linnakangas | Make the memory layout of Port struct independent of... |
commit | commitdiff | tree |
| 2024-11-22 |
Heikki Linnakangas | Fix data loss when restarting the bulk_write facility |
commit | commitdiff | tree |
| 2024-11-22 |
Thomas Munro | Use auxv to check for CRC32 instructions on ARM. |
commit | commitdiff | tree |
| 2024-11-22 |
Michael Paquier | psql: Fix category of \parse in output of --help=comman... |
commit | commitdiff | tree |
| 2024-11-22 |
Michael Paquier | psql: Include \pset xheader_width in --help=commands... |
commit | commitdiff | tree |
| 2024-11-22 |
Thomas Munro | jit: Use -mno-outline-atomics for bitcode on ARM. |
commit | commitdiff | tree |
| 2024-11-22 |
Michael Paquier | Add write_to_file to PgStat_KindInfo for pgstats kinds |
commit | commitdiff | tree |
| 2024-11-21 |
Bruce Momjian | doc: clarify how logical replication takes its initial... |
commit | commitdiff | tree |
| 2024-11-21 |
Peter Eisentraut | pgindent run |
commit | commitdiff | tree |
| 2024-11-21 |
Álvaro Herrera | Fix newly introduced 010_keep_recycled_wals.pl |
commit | commitdiff | tree |
| 2024-11-21 |
Álvaro Herrera | Fix outdated bit in README.tuplock |
commit | commitdiff | tree |
| next |