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
/
commands
Age
Commit message (
Expand
)
Author
2024-11-21
pgindent run
Peter Eisentraut
2024-11-21
Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Peter Eisentraut
2024-11-21
Unify repetitive error messages
Álvaro Herrera
2024-11-20
file_fdw: Add REJECT_LIMIT option to file_fdw.
Fujii Masao
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
Add an assertion in get_object_address()
Peter Eisentraut
2024-11-11
Fix arrays comparison in CompareOpclassOptions()
Alexander Korotkov
2024-11-11
Fix improper interactions between session_authorization and role.
Tom Lane
2024-11-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Clarify a foreign key error message
Peter Eisentraut
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-06
doc: Remove event trigger firing matrix
Peter Eisentraut
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-10-30
Fix some more bugs in foreign keys connecting partitioned tables
Álvaro Herrera
2024-10-29
Reduce variable scope and possibly useless palloc
David Rowley
2024-10-28
Strip Windows newlines from extension script files manually.
Tom Lane
2024-10-28
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-25
Read extension script files in text not binary mode.
Tom Lane
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-22
Improve reporting of errors in extension script files.
Tom Lane
2024-10-22
Restructure foreign key handling code for ATTACH/DETACH
Álvaro Herrera
2024-10-21
Fix wrong assertion and poor error messages in "COPY (query) TO".
Tom Lane
2024-10-17
Fix unnecessary casts of copyObject() result
Peter Eisentraut
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-16
Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases
Michael Paquier
2024-10-11
Adjust EXPLAIN's output for disabled nodes
David Rowley
2024-10-10
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
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-07
Use camel case for "DateStyle" in some error messages
Michael Paquier
2024-10-05
Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.
Tom Lane
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-01
Reject a copy EOF marker that has data ahead of it on the same line.
Tom Lane
2024-09-30
Do not treat \. as an EOF marker in CSV mode for COPY IN.
Tom Lane
2024-09-30
Don't disallow DROP of constraints ONLY on partitioned tables
Alvaro Herrera
2024-09-29
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-29
Remove NULL dereference from RenameRelationInternal().
Noah Misch
2024-09-26
Ensure we have a snapshot when updating pg_index entries.
Nathan Bossart
2024-09-25
Turn 'if' condition around to avoid Svace complaint
Alvaro Herrera
2024-09-24
For inplace update durability, make heap_update() callers wait.
Noah Misch
2024-09-24
Fix data loss at inplace update after heap_update().
Noah Misch
[next]