index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-26
*
Use procsignal_sigusr1_handler for auxiliary processes.
Robert Haas
2019-11-25
*
Close stdin where it's not needed in TestLib.pm procedures
Andrew Dunstan
2019-11-25
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Fix unportable printf format introduced in commit 9290ad198.
Tom Lane
2019-11-25
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Fix inconsistent variable name in static function of mac8.c
Michael Paquier
2019-11-25
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2019-11-24
*
Doc: improve discussion of race conditions involved in LISTEN.
Tom Lane
2019-11-24
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
doc: Fix whitespace in syntax.
Thomas Munro
2019-11-25
*
Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.
Tom Lane
2019-11-24
*
Stabilize the results of pg_notification_queue_usage().
Tom Lane
2019-11-24
*
Remove a couple of unnecessary if-tests.
Tom Lane
2019-11-24
*
Remove debugging aid
Alvaro Herrera
2019-11-23
*
Update sepgsql to add mandatory access control for TRUNCATE
Joe Conway
2019-11-23
*
Add object TRUNCATE hook
Joe Conway
2019-11-23
*
Make psql redisplay the query buffer after \e.
Tom Lane
2019-11-22
*
Avoid taking a new snapshot for an immutable simple expression in plpgsql.
Tom Lane
2019-11-22
*
Add test coverage for "unchanged toast column" replication code path.
Tom Lane
2019-11-22
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Add .gitignore to src/tutorial/
Michael Paquier
2019-11-22
*
Remove traces of version-0 calling convention in src/tutorial/
Michael Paquier
2019-11-22
*
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-21
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Bump WAL version.
Fujii Masao
2019-11-21
*
Make DROP DATABASE command generate less WAL records.
Fujii Masao
2019-11-21
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
*
Improve tab-completion for ALTER MATERIALIZED VIEW.
Fujii Masao
2019-11-21
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Provide statistics for hypothetical BRIN indexes
Michael Paquier
2019-11-21
*
Sync patternsel_common's operator selection logic with pattern_prefix's.
Tom Lane
2019-11-20
*
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-20
*
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-20
*
Doc: improve discussion of object owners' inherent privileges.
Tom Lane
2019-11-20
*
Remove incorrect markup
Magnus Hagander
2019-11-20
*
Fix comment in xact.h
Michael Paquier
2019-11-20
*
Handle ReadFile() EOF correctly on Windows.
Thomas Munro
2019-11-20
*
Add the support for '-f' option in dropdb utility.
Amit Kapila
2019-11-20
*
Doc: fix minor typo in func.sgml.
Tatsuo Ishii
2019-11-20
*
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-19
*
Fix page modification outside of critical section in GIN
Alexander Korotkov
2019-11-20
*
Revise GIN README
Alexander Korotkov
2019-11-20
*
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-20
*
Fix deadlock between ginDeletePage() and ginStepRight()
Alexander Korotkov
2019-11-20
*
Doc: clarify use of RECURSIVE in WITH.
Tom Lane
2019-11-19
*
Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.
Tom Lane
2019-11-19
*
Allow invisible PROMPT2 in psql.
Thomas Munro
2019-11-19
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
[next]