index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-11-27
Fix typo
Peter Eisentraut
2024-11-27
Revert "Blind attempt to fix _configthreadlocale() failures on MinGW."
Thomas Munro
2024-11-27
Require ucrt if using MinGW.
Thomas Munro
2024-11-27
Remove configure check for _configthreadlocale().
Thomas Munro
2024-11-27
Improve slightly misleading internal error message
Peter Eisentraut
2024-11-27
Fix buildfarm failure from commit 8fcd80258b.
Amit Kapila
2024-11-27
Support LIKE with nondeterministic collations
Peter Eisentraut
2024-11-27
Improve error message for replication of generated columns.
Amit Kapila
2024-11-27
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-26
Distinguish between AcquireExternalFD and epoll_create1 / kqueue failing
Andres Freund
2024-11-26
meson: Build pgevent as shared_module rather than shared_library
Peter Eisentraut
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
Improve InitShmemAccess() prototype
Peter Eisentraut
2024-11-26
Fix test case from a8ccf4e93
Richard Guo
2024-11-26
pg_amcheck: Use CppAsString2() for relkind and relpersistence in queries
Michael Paquier
2024-11-26
Remove dead code in get_param_path_clause_serials()
Richard Guo
2024-11-26
Reordering DISTINCT keys to match input path's pathkeys
Richard Guo
2024-11-25
Fix NULLIF()'s handling of read-write expanded objects.
Tom Lane
2024-11-25
Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.
Noah Misch
2024-11-25
pg_dump: Add dumpSchema and dumpData derivative flags.
Nathan Bossart
2024-11-25
Support runtime CRC feature probing on NetBSD/ARM using sysctl().
Tom Lane
2024-11-25
Add support for Tcl 9
Peter Eisentraut
2024-11-25
Assume that <stdbool.h> conforms to the C standard.
Thomas Munro
2024-11-25
Remove the wrong assertion from match_orclause_to_indexcol()
Alexander Korotkov
2024-11-25
Doc: Clarify the `inactive_since` field description.
Amit Kapila
2024-11-25
Simplify some SPI tests of PL/Python
Michael Paquier
2024-11-24
Test "options=-crole=" and "ALTER DATABASE SET role".
Noah Misch
2024-11-23
Teach bitmap path generation about transforming OR-clauses to SAOP's
Alexander Korotkov
2024-11-23
Transform OR-clauses to SAOP's during index matching
Alexander Korotkov
2024-11-22
Disallow modifying statistics on system columns.
Jeff Davis
2024-11-22
Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.
Nathan Bossart
2024-11-22
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-22
Fix data loss when restarting the bulk_write facility
Heikki Linnakangas
2024-11-22
Use auxv to check for CRC32 instructions on ARM.
Thomas Munro
2024-11-22
psql: Fix category of \parse in output of --help=commands and \?
Michael Paquier
2024-11-22
psql: Include \pset xheader_width in --help=commands|variables
Michael Paquier
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-21
pgindent run
Peter Eisentraut
2024-11-21
Fix newly introduced 010_keep_recycled_wals.pl
Álvaro Herrera
2024-11-21
Fix outdated bit in README.tuplock
Álvaro Herrera
2024-11-21
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Peter Eisentraut
2024-11-21
Unify repetitive error messages
Álvaro Herrera
2024-11-21
Fix memory leak in pgoutput for the WAL sender
Michael Paquier
2024-11-20
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-11-20
clarify --no-comments option in --help and SGML files
Bruce Momjian
2024-11-20
Refine nbtree = redundancy preprocessing comment.
Peter Geoghegan
2024-11-20
Avoid assertion failure if a setop leaf query contains setops.
Tom Lane
2024-11-20
file_fdw: Add REJECT_LIMIT option to file_fdw.
Fujii Masao
2024-11-19
Compare collations before merging UNION operations.
Tom Lane
2024-11-19
Improve error message for database object stats manipulation functions.
Fujii Masao
[next]