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 |
2024-11-21 |
Peter Eisentraut | Fix ALTER TABLE / REPLICA IDENTITY for temporal tables |
commit | commitdiff | tree |
2024-11-21 |
Γlvaro Herrera | Unify repetitive error messages |
commit | commitdiff | tree |
2024-11-21 |
Michael Paquier | Fix memory leak in pgoutput for the WAL sender |
commit | commitdiff | tree |
2024-11-20 |
Bruce Momjian | More logically order libpq func. includes, e.g., group... |
commit | commitdiff | tree |
2024-11-20 |
Bruce Momjian | doc: clarify that jsonb_path_match() returns an SQL... |
commit | commitdiff | tree |
2024-11-20 |
Bruce Momjian | clarify --no-comments option in --help and SGML files |
commit | commitdiff | tree |
2024-11-20 |
Peter Geoghegan | Refine nbtree = redundancy preprocessing comment. |
commit | commitdiff | tree |
2024-11-20 |
Tom Lane | Avoid assertion failure if a setop leaf query contains... |
commit | commitdiff | tree |
2024-11-20 |
Fujii Masao | file_fdw: Add REJECT_LIMIT option to file_fdw. |
commit | commitdiff | tree |
2024-11-20 |
Michael Paquier | doc: Fix section of functions age(xid) and mxid_age... |
commit | commitdiff | tree |
2024-11-19 |
Tom Lane | Compare collations before merging UNION operations. |
commit | commitdiff | tree |
2024-11-19 |
Fujii Masao | Improve error message for database object stats manipul... |
commit | commitdiff | tree |
2024-11-19 |
Michael Paquier | libpq: Improve error message when parsing URI parameter... |
commit | commitdiff | tree |
2024-11-18 |
Bruce Momjian | doc: clarify pg_dump --no-comments meaning as SQL... |
commit | commitdiff | tree |
2024-11-18 |
Bruce Momjian | doc: clarify text about combining row-level policies |
commit | commitdiff | tree |
2024-11-18 |
Peter Geoghegan | nbtree: consistently use minoff variable. |
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Improve some code format in gist.c |
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Use pg_memory_is_all_zeros() in PageIsVerifiedExtended() |
commit | commitdiff | tree |
2024-11-18 |
Michael Paquier | Optimize pg_memory_is_all_zeros() in memutils.h |
commit | commitdiff | tree |
2024-11-16 |
Noah Misch | Fix per-session activation of ALTER {ROLE|DATABASE... |
commit | commitdiff | tree |
2024-11-16 |
Masahiko Sawada | Fix a possibility of logical replication slot's restart... |
commit | commitdiff | tree |
2024-11-15 |
Tom Lane | Avoid assertion due to disconnected NFA sub-graphs... |
commit | commitdiff | tree |
2024-11-15 |
Fujii Masao | Remove unnecessary backslash from CopyFrom() code. |
commit | commitdiff | tree |
2024-11-15 |
Peter Eisentraut | Fix collation handling for foreign keys |
commit | commitdiff | tree |
2024-11-15 |
Γlvaro Herrera | Avoid deleting critical WAL segments during pg_rewind |
commit | commitdiff | tree |
2024-11-15 |
Peter Eisentraut | Proper object locking for GRANT/REVOKE |
commit | commitdiff | tree |
2024-11-15 |
Heikki Linnakangas | jit: Stop emitting some unnecessary instructions |
commit | commitdiff | tree |
2024-11-15 |
Peter Eisentraut | Add an assertion in get_object_address() |
commit | commitdiff | tree |
2024-11-15 |
Michael Paquier | Fix race conditions with drop of reused pgstats entries |
commit | commitdiff | tree |
2024-11-14 |
Heikki Linnakangas | Pass MyPMChildSlot as an explicit argument to child... |
commit | commitdiff | tree |
2024-11-14 |
Heikki Linnakangas | Assign a child slot to every postmaster child process |
commit | commitdiff | tree |
2024-11-14 |
Heikki Linnakangas | Kill dead-end children when there's nothing else left |
commit | commitdiff | tree |
2024-11-14 |
Heikki Linnakangas | Replace postc's own backend type codes with BackendType |
commit | commitdiff | tree |
2024-11-14 |
Peter Eisentraut | Remove a useless cast to (void *) in hash_search()... |
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | contrib/lo: Use SQL-standard function bodies |
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | xml2: Add tests for functions xpath_nodeset() and xpath... |
commit | commitdiff | tree |
2024-11-14 |
Michael Paquier | contrib/lo: Add test for function lo_oid() |
commit | commitdiff | tree |
2024-11-13 |
Peter Geoghegan | Add nbtree amgettuple return item function. |
commit | commitdiff | tree |
2024-11-13 |
Γlvaro Herrera | Fix pg_upgrade's cross-version tests when old < 18 |
commit | commitdiff | tree |
2024-11-13 |
Peter Eisentraut | configure.ac: Remove useless AC_SUBST |
commit | commitdiff | tree |
2024-11-13 |
Peter Eisentraut | doc: Update pg_constraint.conexclop docs for WITHOUT... |
commit | commitdiff | tree |
2024-11-13 |
Peter Eisentraut | doc: Add PERIOD to ALTER TABLE reference docs |
commit | commitdiff | tree |
2024-11-13 |
Peter Eisentraut | doc: Small improvement in CREATE TABLE / PERIOD documen... |
commit | commitdiff | tree |
2024-11-13 |
Peter Eisentraut | doc: Add WITHOUT OVERLAPS to ALTER TABLE reference... |
commit | commitdiff | tree |
2024-11-13 |
Michael Paquier | Fix comment in injection_point.c |
commit | commitdiff | tree |
2024-11-13 |
Peter Geoghegan | Fix obsolete nbtree page reuse FSM comment. |
commit | commitdiff | tree |
2024-11-13 |
Peter Geoghegan | Count contrib/bloom index scans in pgstat view. |
commit | commitdiff | tree |
2024-11-12 |
Amit Langote | Add missing word in comment |
commit | commitdiff | tree |
2024-11-12 |
Γlvaro Herrera | Silence compilers about extractNotNullColumn() |
commit | commitdiff | tree |
2024-11-12 |
Michael Paquier | pg_freespacemap: Use SQL-standard function bodies |
commit | commitdiff | tree |
2024-11-11 |
Alexander Korotkov | Fix arrays comparison in CompareOpclassOptions() |
commit | commitdiff | tree |
2024-11-11 |
Tom Lane | Parallel workers use AuthenticatedUserId for connection... |
commit | commitdiff | tree |
2024-11-11 |
Tom Lane | Fix cross-version upgrade tests. |
commit | commitdiff | tree |
2024-11-11 |
Tom Lane | Avoid bizarre meson behavior with backslashes in comman... |
commit | commitdiff | tree |
2024-11-11 |
Tom Lane | Fix improper interactions between session_authorization... |
commit | commitdiff | tree |
next |