aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't shut down Gather[Merge] early under Limit.Amit Kapila2019-11-26
* Use procsignal_sigusr1_handler for auxiliary processes.Robert Haas2019-11-25
* Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan2019-11-25
* Refactor WAL file-reading code into WALRead()Alvaro Herrera2019-11-25
* Fix unportable printf format introduced in commit 9290ad198.Tom Lane2019-11-25
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Fix inconsistent variable name in static function of mac8.cMichael Paquier2019-11-25
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-25
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2019-11-24
* Doc: improve discussion of race conditions involved in LISTEN.Tom Lane2019-11-24
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* doc: Fix whitespace in syntax.Thomas Munro2019-11-25
* Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery.Tom Lane2019-11-24
* Stabilize the results of pg_notification_queue_usage().Tom Lane2019-11-24
* Remove a couple of unnecessary if-tests.Tom Lane2019-11-24
* Remove debugging aidAlvaro Herrera2019-11-23
* Update sepgsql to add mandatory access control for TRUNCATEJoe Conway2019-11-23
* Add object TRUNCATE hookJoe Conway2019-11-23
* Make psql redisplay the query buffer after \e.Tom Lane2019-11-22
* Avoid taking a new snapshot for an immutable simple expression in plpgsql.Tom Lane2019-11-22
* Add test coverage for "unchanged toast column" replication code path.Tom Lane2019-11-22
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Add .gitignore to src/tutorial/Michael Paquier2019-11-22
* Remove traces of version-0 calling convention in src/tutorial/Michael Paquier2019-11-22
* Defend against self-referential views in relation_is_updatable().Tom Lane2019-11-21
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Bump WAL version.Fujii Masao2019-11-21
* Make DROP DATABASE command generate less WAL records.Fujii Masao2019-11-21
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-21
* Improve tab-completion for ALTER MATERIALIZED VIEW.Fujii Masao2019-11-21
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Provide statistics for hypothetical BRIN indexesMichael Paquier2019-11-21
* Sync patternsel_common's operator selection logic with pattern_prefix's.Tom Lane2019-11-20
* Fix HeapTupleSatisfiesNonVacuumable() comment.Peter Geoghegan2019-11-20
* Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane2019-11-20
* Doc: improve discussion of object owners' inherent privileges.Tom Lane2019-11-20
* Remove incorrect markupMagnus Hagander2019-11-20
* Fix comment in xact.hMichael Paquier2019-11-20
* Handle ReadFile() EOF correctly on Windows.Thomas Munro2019-11-20
* Add the support for '-f' option in dropdb utility.Amit Kapila2019-11-20
* Doc: fix minor typo in func.sgml.Tatsuo Ishii2019-11-20
* Fix corner-case failure in match_pattern_prefix().Tom Lane2019-11-19
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* Doc: clarify use of RECURSIVE in WITH.Tom Lane2019-11-19
* Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA.Tom Lane2019-11-19
* Allow invisible PROMPT2 in psql.Thomas Munro2019-11-19
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19