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-10-09
Consider explicit incremental sort for mergejoins
Richard Guo
2024-10-09
Remove incorrect function import from pgindent
Daniel Gustafsson
2024-10-08
Allow roles created by new test to log in under SSPI.
Tom Lane
2024-10-08
Introduce two fields in EState to track parallel worker activity
Michael Paquier
2024-10-08
Silence assorted annoying test output.
Tom Lane
2024-10-08
Add min and max aggregates for bytea type.
Tom Lane
2024-10-08
Use aux process resource owner in walsender
Andres Freund
2024-10-08
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=off
Andres Freund
2024-10-08
Silence buildfarm warning chatter from bd1276a3c.
Tom Lane
2024-10-08
Fix typo and run pgperltidy on newly-added test
Heikki Linnakangas
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-08
Add test for dead-end backends
Heikki Linnakangas
2024-10-08
Add test for connection limits
Heikki Linnakangas
2024-10-08
Move check for binary mode and on_error option to the appropriate location.
Fujii Masao
2024-10-08
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
2024-10-08
Improve style of two code paths
Michael Paquier
2024-10-08
Fix search_path cache initialization.
Jeff Davis
2024-10-07
Fix test for password hash length limit.
Nathan Bossart
2024-10-07
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Nathan Bossart
2024-10-07
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
Convert tab-complete's long else-if chain to a switch statement.
Tom Lane
2024-10-07
Prepare tab-complete.c for preprocessing.
Tom Lane
2024-10-07
Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS.
Tom Lane
2024-10-07
Restrict password hash length.
Nathan Bossart
2024-10-07
Fix fetching default toast value during decoding of in-progress transactions.
Amit Kapila
2024-10-07
Use camel case for "DateStyle" in some error messages
Michael Paquier
2024-10-06
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-10-06
Move Cluster.pm initialization code to a more obvious place
Andrew Dunstan
2024-10-06
libpq: Discard leading and trailing spaces for parameters and values in URIs
Michael Paquier
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
2024-10-05
Clean up WaitLatch calls that passed latch without WL_LATCH_SET
Heikki Linnakangas
2024-10-05
Remove unneeded #include
Heikki Linnakangas
2024-10-05
Remove unused latch
Heikki Linnakangas
2024-10-05
Reject non-ASCII locale names.
Thomas Munro
2024-10-04
ecpg: avoid adding whitespace around '&' in connection URLs.
Tom Lane
2024-10-04
Rename PageData to GenericXLogPageData
Peter Eisentraut
2024-10-04
Speed up numeric division by always using the "fast" algorithm.
Dean Rasheed
2024-10-04
Remove assertion checking query ID in execMain.c
Michael Paquier
2024-10-03
Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-10-03
Replace Unicode apostrophe with ASCII apostrophe
Amit Langote
2024-10-03
Refactor CopyFrom() in copyfrom.c.
Fujii Masao
2024-10-03
Add log_verbosity = 'silent' support to COPY command.
Fujii Masao
2024-10-03
Fix expression list handling in ATExecAttachPartition()
Amit Langote
2024-10-03
Remove support for unlogged on partitioned tables
Michael Paquier
2024-10-03
Adjust json_manifest_per_file_callback API in one more place.
Tom Lane
2024-10-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-10-02
File size in a backup manifest should use uint64, not size_t.
Robert Haas
2024-10-02
Add fastpaths for when no objects are found
Daniel Gustafsson
[next]