Commit Graph

48153 Commits (c01ac6dcba0aa65ad237c3af4a67bc70da8e4b0e)
 

Author SHA1 Message Date
Andrew Dunstan c01ac6dcba Add dummy versions of new SSL functions for non-SSL builds 6 years ago
Tom Lane c35b714caf Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables. 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Tomas Vondra 3ff660bbeb Fix off-by-one error in PGTYPEStimestamp_fmt_asc 6 years ago
Amit Kapila 98a9b37ba7 Revert commits 290acac92b and 8a7e9e9dad. 6 years ago
Peter Eisentraut e6c2d17c53 Small code simplification 6 years ago
Peter Eisentraut 7fc380f83d Add a regression test for allow_system_table_mods 6 years ago
Peter Eisentraut c4a7a392ec Make allow_system_table_mods settable at run time 6 years ago
Peter Eisentraut 508bf95b76 Remove any-user DML capability from allow_system_table_mods 6 years ago
Peter Eisentraut d4feadeca1 Add error position to an error message 6 years ago
Tomas Vondra c60e520f6e Use memcpy instead of a byte loop in pglz_decompress 6 years ago
Tomas Vondra 6d61c3f1cb Remove unnecessary clauses_attnums variable 6 years ago
Tomas Vondra c676e659b2 Fix choose_best_statistics to check clauses individually 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
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