Commit Graph

48289 Commits (b55413d77f96b9fa2dfae4ddec43412b90ebf588)
 

Author SHA1 Message Date
Amit Kapila 8a7e9e9dad Add tests for '-f' option in dropdb utility. 6 years ago
Amit Kapila 290acac92b Move pump_until to TestLib.pm. 6 years ago
Bruce Momjian 60b35b7f1e pg_upgrade: adjust error paragraph width to be consistent 6 years ago
Bruce Momjian f0b57aec1d pg_upgrade: improve instructions for fixing incompatible isn use 6 years ago
Andrew Dunstan f6f59826f0 Don't use native methods in TestLib::slurp_file on Msys 6 years ago
Andrew Dunstan ca266a069a Revert "Close stdin where it's not needed in TestLib.pm procedures" 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Etsuro Fujita 47a3c7fa06 Fix typo in comment. 6 years ago
Andrew Dunstan 792dba73c8 Fix closing stdin in TestLib.pm 6 years ago
Tom Lane 553d2ec271 Allow access to child table statistics if user can read parent table. 6 years ago
Michael Paquier 12198239c0 Add safeguards for pg_fsync() called with incorrectly-opened fds 6 years ago
Amit Kapila 080313f829 Don't shut down Gather[Merge] early under Limit. 6 years ago
Robert Haas 0d3c3aae33 Use procsignal_sigusr1_handler for auxiliary processes. 6 years ago
Andrew Dunstan 9af34f3c6b Close stdin where it's not needed in TestLib.pm procedures 6 years ago
Alvaro Herrera 0dc8ead463 Refactor WAL file-reading code into WALRead() 6 years ago
Tom Lane 5883f5fe27 Fix unportable printf format introduced in commit 9290ad198. 6 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Michael Paquier 2aa84520b3 Fix inconsistent variable name in static function of mac8.c 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 6 years ago
Andrew Dunstan 114541d58e Use native methods to open input in TestLib::slurp_file on Windows. 6 years ago
Tom Lane d3aa114ac4 Doc: improve discussion of race conditions involved in LISTEN. 6 years ago
Tom Lane 6b802cfc7f Avoid assertion failure with LISTEN in a serializable transaction. 6 years ago
Thomas Munro 1974853d89 doc: Fix whitespace in syntax. 6 years ago
Tom Lane 7900269724 Stabilize NOTIFY behavior by transmitting notifies before ReadyForQuery. 6 years ago
Tom Lane 8b7ae5a82d Stabilize the results of pg_notification_queue_usage(). 6 years ago
Tom Lane 91da65f4ac Remove a couple of unnecessary if-tests. 6 years ago
Alvaro Herrera 45ff049e28 Remove debugging aid 6 years ago
Joe Conway 4f66c93f61 Update sepgsql to add mandatory access control for TRUNCATE 6 years ago
Joe Conway f7a2002e82 Add object TRUNCATE hook 6 years ago
Tom Lane d1c866e57f Make psql redisplay the query buffer after \e. 6 years ago
Tom Lane 73b06cf893 Avoid taking a new snapshot for an immutable simple expression in plpgsql. 6 years ago
Tom Lane f67b173771 Add test coverage for "unchanged toast column" replication code path. 6 years ago
Tom Lane 4d9ceb0018 Fix bogus tuple-slot management in logical replication UPDATE handling. 6 years ago
Michael Paquier 8959a5e0fa Add .gitignore to src/tutorial/ 6 years ago
Michael Paquier a9d5157ae8 Remove traces of version-0 calling convention in src/tutorial/ 6 years ago
Tom Lane 4a0aab14dc Defend against self-referential views in relation_is_updatable(). 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Fujii Masao 43a54a3bcc Bump WAL version. 6 years ago
Fujii Masao e6d8069522 Make DROP DATABASE command generate less WAL records. 6 years ago
Fujii Masao 30840c92ac Allow ALTER VIEW command to rename the column in the view. 6 years ago
Fujii Masao 61a956d9cc Improve tab-completion for ALTER MATERIALIZED VIEW. 6 years ago
Amit Kapila 9290ad198b Track statistics for spilling of changes from ReorderBuffer. 6 years ago
Michael Paquier 168d206400 Provide statistics for hypothetical BRIN indexes 6 years ago
Tom Lane 9ff5b699ed Sync patternsel_common's operator selection logic with pattern_prefix's. 6 years ago
Peter Geoghegan 9f0f12ac57 Fix HeapTupleSatisfiesNonVacuumable() comment. 6 years ago
Tom Lane 2ddedcafca Reduce match_pattern_prefix()'s dependencies on index opfamilies. 6 years ago
Tom Lane 86be6453ba Doc: improve discussion of object owners' inherent privileges. 6 years ago
Magnus Hagander a28704af42 Remove incorrect markup 6 years ago
Michael Paquier f9cb8bd3f2 Fix comment in xact.h 6 years ago
Thomas Munro 6969deeb8d Handle ReadFile() EOF correctly on Windows. 6 years ago