projects
/
users
/
c2main
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/c2main/postgres.git
2024-11-01
Michael Paquier
Add pg_memory_is_all_zeros() in memutils.h
commit
|
commitdiff
|
tree
2024-11-01
Michael Paquier
Add SQL function array_reverse()
commit
|
commitdiff
|
tree
2024-10-31
Tom Lane
Make all ereport() calls within gram.y provide error...
commit
|
commitdiff
|
tree
2024-10-31
Tom Lane
Add a parse location field to struct FunctionParameter.
commit
|
commitdiff
|
tree
2024-10-31
Heikki Linnakangas
Fix refreshing physical relfilenumber on shared index
commit
|
commitdiff
|
tree
2024-10-31
Daniel Gustafsson
Remove duplicate words in comments
commit
|
commitdiff
|
tree
2024-10-31
Heikki Linnakangas
Split RelationClearRelation into three different functions
commit
|
commitdiff
|
tree
2024-10-31
Heikki Linnakangas
Simplify call to rebuild relcache entry for indexes
commit
|
commitdiff
|
tree
2024-10-31
David Rowley
Remove unused field from SubPlanState struct
commit
|
commitdiff
|
tree
2024-10-30
Michael Paquier
injection_points: Improve comment about disabled isolat...
commit
|
commitdiff
|
tree
2024-10-30
Peter Geoghegan
nbtree: assert no scheduled primscan between pages.
commit
|
commitdiff
|
tree
2024-10-30
Peter Geoghegan
Clarify nbtree array exhaustion comments.
commit
|
commitdiff
|
tree
2024-10-30
Nathan Bossart
Optimize sifting down in binaryheap.
commit
|
commitdiff
|
tree
2024-10-30
Tom Lane
Stabilize jsonb_path_query test case.
commit
|
commitdiff
|
tree
2024-10-30
Peter Geoghegan
Fix bug in nbtree array primitive scan scheduling.
commit
|
commitdiff
|
tree
2024-10-30
Álvaro Herrera
Fix some more bugs in foreign keys connecting partition...
commit
|
commitdiff
|
tree
2024-10-30
Peter Eisentraut
meson: Add missing dependency to unicode test programs
commit
|
commitdiff
|
tree
2024-10-30
Amit Kapila
Replicate generated columns when specified in the colum...
commit
|
commitdiff
|
tree
2024-10-29
Jeff Davis
Add missing CommandCounterIncrement() in stats import...
commit
|
commitdiff
|
tree
2024-10-29
Noah Misch
Unpin buffer before inplace update waits for an XID...
commit
|
commitdiff
|
tree
2024-10-29
Tom Lane
Update time zone data files to tzdata release 2024b.
commit
|
commitdiff
|
tree
2024-10-29
David Rowley
Reduce variable scope and possibly useless palloc
commit
|
commitdiff
|
tree
2024-10-29
David Rowley
Doc: add detail about EXPLAIN's "Disabled" property
commit
|
commitdiff
|
tree
2024-10-29
Peter Eisentraut
Add missing FATAL => 'all' to a use warnings in Perl
commit
|
commitdiff
|
tree
2024-10-29
Michael Paquier
doc: Add better description for rewrite functions in...
commit
|
commitdiff
|
tree
2024-10-29
David Rowley
Doc: clarify enable_indexscan=off also disabled Index...
commit
|
commitdiff
|
tree
2024-10-28
Michael Paquier
Fix dependency of partitioned table and table AM with...
commit
|
commitdiff
|
tree
2024-10-28
Nathan Bossart
Ensure we have a snapshot when updating pg_index in...
commit
|
commitdiff
|
tree
2024-10-28
Tom Lane
Unify src/common/'s definitions of MaxAllocSize.
commit
|
commitdiff
|
tree
2024-10-28
Tom Lane
Guard against enormously long input in pg_saslprep().
commit
|
commitdiff
|
tree
2024-10-28
Tom Lane
Strip Windows newlines from extension script files...
commit
|
commitdiff
|
tree
2024-10-28
Peter Eisentraut
Fix WAL_DEBUG build
commit
|
commitdiff
|
tree
2024-10-28
Peter Geoghegan
nbtree: Minor sibling link traversal tweaks.
commit
|
commitdiff
|
tree
2024-10-28
Heikki Linnakangas
Fix overflow in bsearch_arg() with more than INT_MAX...
commit
|
commitdiff
|
tree
2024-10-28
Heikki Linnakangas
Restore missing line to copyright notice
commit
|
commitdiff
|
tree
2024-10-28
Peter Eisentraut
Remove unused #include's from contrib, pl, test .c...
commit
|
commitdiff
|
tree
2024-10-28
Amit Kapila
Change the default value of the streaming option to...
commit
|
commitdiff
|
tree
2024-10-28
Michael Paquier
Set query ID for inner queries of CREATE TABLE AS and...
commit
|
commitdiff
|
tree
2024-10-27
Peter Geoghegan
Fix obsolete nbtree split buffer comment.
commit
|
commitdiff
|
tree
2024-10-27
Peter Eisentraut
Remove unused #include's from backend .c files
commit
|
commitdiff
|
tree
2024-10-25
Jeff Davis
Refactor the code to create a pg_locale_t into new...
commit
|
commitdiff
|
tree
2024-10-25
Tom Lane
Read extension script files in text not binary mode.
commit
|
commitdiff
|
tree
2024-10-25
Melanie Plageman
Make table_scan_bitmap_next_block() async-friendly
commit
|
commitdiff
|
tree
2024-10-25
Melanie Plageman
Move EXPLAIN counter increment to heapam_scan_bitmap_ne...
commit
|
commitdiff
|
tree
2024-10-25
Noah Misch
WAL-log inplace update before revealing it to other...
commit
|
commitdiff
|
tree
2024-10-25
Noah Misch
For inplace update, send nontransactional invalidations.
commit
|
commitdiff
|
tree
2024-10-25
Daniel Gustafsson
doc: Fix typo in pg_restore_*_stats function documentation
commit
|
commitdiff
|
tree
2024-10-25
Alexander Korotkov
Fix concurrrently in typcache_rel_type_cache.sql
commit
|
commitdiff
|
tree
2024-10-25
Amit Kapila
Doc: Add a caution in alter publication.
commit
|
commitdiff
|
tree
2024-10-25
Tatsuo Ishii
pgbench: Fix typo.
commit
|
commitdiff
|
tree
2024-10-25
Michael Paquier
Refactor code converting a publication name List to...
commit
|
commitdiff
|
tree
2024-10-25
Michael Paquier
Add install rules for Kerberos.pm and AdjustUpgrade.pm
commit
|
commitdiff
|
tree
2024-10-25
Michael Paquier
injection_points: Disable one permutation in isolation...
commit
|
commitdiff
|
tree
2024-10-25
Richard Guo
Remove the RTE_GROUP RTE if we drop the groupClause
commit
|
commitdiff
|
tree
2024-10-24
Jeff Davis
Add functions pg_restore_relation_stats(), pg_restore_a...
commit
|
commitdiff
|
tree
2024-10-24
Tom Lane
Generalize plpgsql's heuristic for importing expanded...
commit
|
commitdiff
|
tree
2024-10-24
Noah Misch
Fix parallel worker tracking of new catalog relfilenumbers.
commit
|
commitdiff
|
tree
2024-10-24
Noah Misch
Stop reading uninitialized memory in heap_inplace_lock().
commit
|
commitdiff
|
tree
2024-10-24
Fujii Masao
Refactor GetLockStatusData() to skip backends/groups...
commit
|
commitdiff
|
tree
2024-10-24
Daniel Gustafsson
Support configuring TLSv1.3 cipher suites
commit
|
commitdiff
|
tree
2024-10-24
Daniel Gustafsson
Support configuring multiple ECDH curves
commit
|
commitdiff
|
tree
2024-10-24
Daniel Gustafsson
Raise the minimum supported OpenSSL version to 1.1.1
commit
|
commitdiff
|
tree
2024-10-24
Daniel Gustafsson
Handle alphanumeric characters in matching GUC names
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Add 'no_error' argument to pg_wal_replay_wait()
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Refactor WaitForLSNReplay() to return the result of...
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Make WaitForLSNReplay() issue FATAL on postmaster death
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Move LSN waiting declarations and definitions to better...
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Avoid looping over all type cache entries in TypeCacheR...
commit
|
commitdiff
|
tree
2024-10-24
Alexander Korotkov
Update header comment for lookup_type_cache()
commit
|
commitdiff
|
tree
2024-10-24
Michael Paquier
Track more precisely query locations for nested statements
commit
|
commitdiff
|
tree
2024-10-23
Jeff Davis
Improve pg_set_attribute_stats() error message.
commit
|
commitdiff
|
tree
2024-10-23
Masahiko Sawada
Fix typo in tidstore.h.
commit
|
commitdiff
|
tree
2024-10-23
Jeff Davis
Another documentation fixup.
commit
|
commitdiff
|
tree
2024-10-23
Jeff Davis
Fix compiler warning.
commit
|
commitdiff
|
tree
2024-10-23
Jeff Davis
Documentation fixup.
commit
|
commitdiff
|
tree
2024-10-23
Daniel Gustafsson
Fix incorrect struct reference in comment
commit
|
commitdiff
|
tree
2024-10-23
Daniel Gustafsson
Make SASL max message length configurable
commit
|
commitdiff
|
tree
2024-10-23
Daniel Gustafsson
doc: Fix INSERT statement syntax for identity columns
commit
|
commitdiff
|
tree
2024-10-23
Amit Langote
Remove unnecessary word in a comment
commit
|
commitdiff
|
tree
2024-10-22
Michael Paquier
ecpg: Fix out-of-bound read in DecodeDateTime()
commit
|
commitdiff
|
tree
2024-10-22
Jeff Davis
Add functions pg_set_attribute_stats() and pg_clear_att...
commit
|
commitdiff
|
tree
2024-10-22
Jeff Davis
Change pg_*_relation_stats() functions to return type...
commit
|
commitdiff
|
tree
2024-10-22
Tom Lane
Improve reporting of errors in extension script files.
commit
|
commitdiff
|
tree
2024-10-22
Tom Lane
Improve parser's reporting of statement start locations.
commit
|
commitdiff
|
tree
2024-10-22
Fujii Masao
ecpg: Refactor ecpg_log() to skip unnecessary calls...
commit
|
commitdiff
|
tree
2024-10-22
Álvaro Herrera
Restructure foreign key handling code for ATTACH/DETACH
commit
|
commitdiff
|
tree
2024-10-22
Alexander Korotkov
Make all Perl warnings fatal in 043_wal_replay_wait.pl
commit
|
commitdiff
|
tree
2024-10-22
Peter Eisentraut
Fix C23 compiler warning
commit
|
commitdiff
|
tree
2024-10-22
Michael Paquier
pg_stat_statements: Add tests for nested queries with...
commit
|
commitdiff
|
tree
2024-10-21
Tom Lane
Fix wrong assertion and poor error messages in "COPY...
commit
|
commitdiff
|
tree
2024-10-21
Heikki Linnakangas
Update outdated comment on WAL-logged locks with invali...
commit
|
commitdiff
|
tree
2024-10-21
Heikki Linnakangas
Fix race condition in committing a serializable transaction
commit
|
commitdiff
|
tree
2024-10-21
Michael Paquier
Fix grammar of a comment in bufmgr.c
commit
|
commitdiff
|
tree
2024-10-21
Michael Paquier
injection_points: Add basic isolation test
commit
|
commitdiff
|
tree
2024-10-20
Álvaro Herrera
Note that index_name in ALTER INDEX ATTACH PARTITION...
commit
|
commitdiff
|
tree
2024-10-20
Amit Langote
SQL/JSON: Fix some oversights in commit b6e1157e7
commit
|
commitdiff
|
tree
2024-10-19
Tom Lane
Fix comment about pg_authid.
commit
|
commitdiff
|
tree
2024-10-18
Jeff Davis
Disable autovacuum for tables in stats import tests.
commit
|
commitdiff
|
tree
2024-10-18
Jeff Davis
Allow pg_set_relation_stats() to set relpages to -1.
commit
|
commitdiff
|
tree
2024-10-18
Peter Geoghegan
Optimize nbtree backwards scans.
commit
|
commitdiff
|
tree
next