index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
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-07
*
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-06
*
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-05
*
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-04
*
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
2024-10-02
*
Remove superfluous PQExpBuffer resetting
Daniel Gustafsson
2024-10-02
*
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-10-02
*
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-10-01
*
initdb: Add new option "--no-data-checksums"
Peter Eisentraut
2024-10-01
*
Use macro to define the number of enum values
Peter Eisentraut
2024-10-01
*
Fix some pg_verifybackup issues reported by Coverity.
Robert Haas
2024-10-01
*
Simplify checking for xlocale.h
Peter Eisentraut
2024-10-01
*
jit: Use opaque pointers in all supported LLVM versions.
Peter Eisentraut
2024-10-01
*
jit: Require at least LLVM 14, if enabled.
Peter Eisentraut
2024-10-01
*
Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Michael Paquier
2024-10-01
*
Expand assertion check for query ID reporting in executor
Michael Paquier
2024-10-01
*
Add missing command for pg_maintain in comment
Daniel Gustafsson
2024-10-01
*
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
*
Remove incorrect entries in pg_walsummary's getopt_long call.
Tom Lane
2024-09-30
*
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-30
*
Bump catalog version for change in VariableSetStmt
Michael Paquier
2024-09-30
*
Show values of SET statements as constants in pg_stat_statements
Michael Paquier
2024-09-30
*
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-30
*
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-30
*
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-30
*
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-29
[prev]
[next]