aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add error position to an error messagePeter Eisentraut2019-11-29
* Use memcpy instead of a byte loop in pglz_decompressTomas Vondra2019-11-28
* Remove unnecessary clauses_attnums variableTomas Vondra2019-11-28
* Fix choose_best_statistics to check clauses individuallyTomas Vondra2019-11-28
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Add tests for '-f' option in dropdb utility.Amit Kapila2019-11-28
* Move pump_until to TestLib.pm.Amit Kapila2019-11-28
* pg_upgrade: adjust error paragraph width to be consistentBruce Momjian2019-11-27
* pg_upgrade: improve instructions for fixing incompatible isn useBruce Momjian2019-11-27
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-27
* Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan2019-11-27
* Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut2019-11-27
* Fix typo in comment.Etsuro Fujita2019-11-27
* Fix closing stdin in TestLib.pmAndrew Dunstan2019-11-26
* Allow access to child table statistics if user can read parent table.Tom Lane2019-11-26
* Add safeguards for pg_fsync() called with incorrectly-opened fdsMichael Paquier2019-11-26
* 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