Commit Graph

48125 Commits (0dc8ead46363fec6f621a12c7e1f889ba73b55a9)
 

Author SHA1 Message Date
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
Amit Kapila 80e05a088e Add the support for '-f' option in dropdb utility. 6 years ago
Tatsuo Ishii eecf963269 Doc: fix minor typo in func.sgml. 6 years ago
Tom Lane b3c265d7be Fix corner-case failure in match_pattern_prefix(). 6 years ago
Alexander Korotkov b107140804 Fix page modification outside of critical section in GIN 6 years ago
Alexander Korotkov 32ca32d0be Revise GIN README 6 years ago
Alexander Korotkov d5ad7a09af Fix traversing to the deleted GIN page via downlink 6 years ago
Alexander Korotkov e14641197a Fix deadlock between ginDeletePage() and ginStepRight() 6 years ago
Tom Lane 5b805886ca Doc: clarify use of RECURSIVE in WITH. 6 years ago
Tom Lane 787b3fd33f Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... IN SCHEMA. 6 years ago
Thomas Munro 7f338369ca Allow invisible PROMPT2 in psql. 6 years ago
Amit Kapila cec2edfa78 Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 6 years ago
Peter Geoghegan 2110f71696 nbtree: Tweak _bt_pgaddtup() comments. 6 years ago
Tom Lane bf2efc55da Further fix dumping of views that contain just VALUES(...). 6 years ago
Peter Geoghegan 815bd57807 Add tuplesort test to serial_schedule. 6 years ago