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
*
Add error position to an error message
Peter Eisentraut
2019-11-29
*
Use memcpy instead of a byte loop in pglz_decompress
Tomas Vondra
2019-11-28
*
Remove unnecessary clauses_attnums variable
Tomas Vondra
2019-11-28
*
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Add tests for '-f' option in dropdb utility.
Amit Kapila
2019-11-28
*
Move pump_until to TestLib.pm.
Amit Kapila
2019-11-28
*
pg_upgrade: adjust error paragraph width to be consistent
Bruce Momjian
2019-11-27
*
pg_upgrade: improve instructions for fixing incompatible isn use
Bruce Momjian
2019-11-27
*
Don't use native methods in TestLib::slurp_file on Msys
Andrew Dunstan
2019-11-27
*
Revert "Close stdin where it's not needed in TestLib.pm procedures"
Andrew Dunstan
2019-11-27
*
Move configure --disable-float8-byval to pg_config_manual.h
Peter Eisentraut
2019-11-27
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
*
Fix closing stdin in TestLib.pm
Andrew Dunstan
2019-11-26
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Add safeguards for pg_fsync() called with incorrectly-opened fds
Michael Paquier
2019-11-26
*
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
[next]