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
/
backend
Age
Commit message (
Expand
)
Author
2024-11-29
Small indenting fixes in jsonpath_scan.l
Peter Eisentraut
2024-11-29
Skip not SOAP-supported indexes while transforming an OR clause into SAOP
Alexander Korotkov
2024-11-29
Fix typo in header comment for set_operation_ordered_results_useful
David Rowley
2024-11-28
Avoid mislabeling of lateral references when pulling up a subquery.
Tom Lane
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-27
Require sizeof(bool) == 1.
Thomas Munro
2024-11-27
Make GUC_check_errdetail messages full sentences
Álvaro Herrera
2024-11-27
Remove redundant relam initialization
Álvaro Herrera
2024-11-27
Look up backend type in pg_signal_backend() more cheaply.
Nathan Bossart
2024-11-27
postmaster: Reduce verbosity of environment dump debug message
Andres Freund
2024-11-27
Require ucrt if using MinGW.
Thomas Munro
2024-11-27
Improve slightly misleading internal error message
Peter Eisentraut
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
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
Improve InitShmemAccess() prototype
Peter Eisentraut
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
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-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
Fix data loss when restarting the bulk_write facility
Heikki Linnakangas
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 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
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
2024-11-18
nbtree: consistently use minoff variable.
Peter Geoghegan
2024-11-18
Improve some code format in gist.c
Michael Paquier
2024-11-18
Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()
Michael Paquier
2024-11-16
Fix per-session activation of ALTER {ROLE|DATABASE} SET role.
Noah Misch
2024-11-16
Fix a possibility of logical replication slot's restart_lsn going backwards.
Masahiko Sawada
2024-11-15
Avoid assertion due to disconnected NFA sub-graphs in regex parsing.
Tom Lane
2024-11-15
Remove unnecessary backslash from CopyFrom() code.
Fujii Masao
2024-11-15
Fix collation handling for foreign keys
Peter Eisentraut
2024-11-15
Proper object locking for GRANT/REVOKE
Peter Eisentraut
2024-11-15
jit: Stop emitting some unnecessary instructions
Heikki Linnakangas
[next]