Commit Graph

36155 Commits (2895415205d86cc7ab55acab5f90fd70a7c68f3c)
 

Author SHA1 Message Date
Fujii Masao 961bf59fb7 Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. 12 years ago
Alvaro Herrera 6130208e75 Avoid useless palloc during transaction commit 12 years ago
Robert Haas c32afe53c2 pg_prewarm, a contrib module for prewarming relationd data. 12 years ago
Alvaro Herrera 6eda3e9c27 isolationtester: Ensure stderr is unbuffered, too 12 years ago
Bruce Momjian 527fdd9df1 Move pg_upgrade_support global variables to their own include file 12 years ago
Alvaro Herrera 73bcb76b77 Make stdout unbuffered 12 years ago
Alvaro Herrera 13aa624431 Optimize updating a row that's locked by same xid 12 years ago
Fujii Masao 084e385a2f Add tab completion for ALTER SYSTEM SET in psql. 12 years ago
Fujii Masao f83a75451f Fix typo in docs for min_recovery_apply_delay. 12 years ago
Peter Eisentraut 94b899b829 Upgrade to Autoconf 2.69 12 years ago
Robert Haas 6bb9d3017c Fix compiler warning. 12 years ago
Robert Haas 001a573a20 Allow on-detach callbacks for dynamic shared memory segments. 12 years ago
Bruce Momjian 613c6d26bd Fix incorrect error message reported for non-existent users 12 years ago
Alvaro Herrera 11ac4c73cb Don't ignore tuple locks propagated by our updates 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Bruce Momjian dba5a9dda9 Comment: COPY comment improvement 12 years ago
Alvaro Herrera 3b97e6823b Rework tuple freezing protocol 12 years ago
Heikki Linnakangas 30b96549ab Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c 12 years ago
Tatsuo Ishii 1f0626ee40 Add "SHIFT_JIS" as an accepted encoding name for locale checking. 12 years ago
Tom Lane 1b4f7f93b4 Allow empty target list in SELECT. 12 years ago
Tom Lane c03ad5602f Fix inherited UPDATE/DELETE with UNION ALL subqueries. 12 years ago
Alvaro Herrera 60eea3780c Fix typo 12 years ago
Alvaro Herrera d881dd6233 Rework MultiXactId cache code 12 years ago
Tom Lane 2efc6dc256 Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. 12 years ago
Heikki Linnakangas dde6282500 Fix more instances of "the the" in comments. 12 years ago
Tom Lane e8312b4f03 Don't let timeout interrupts happen unless ImmediateInterruptOK is set. 12 years ago
Heikki Linnakangas 50e547096c Add GUC to enable WAL-logging of hint bits, even with checksums disabled. 12 years ago
Magnus Hagander 56afe8509e Fix double "the" in the documentation 12 years ago
Heikki Linnakangas a49633d8dc Fix WAL-logging of setting the visibility map bit. 12 years ago
Peter Eisentraut 46328916ee configure: Allow adding a custom string to PG_VERSION 12 years ago
Tom Lane ccca6f56f5 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane f26099057a Improve EXPLAIN to print the grouping columns in Agg and Group nodes. 12 years ago
Simon Riggs 8693559cac New autovacuum_work_mem parameter 12 years ago
Simon Riggs 36da3cfb45 Allow time delayed standbys and recovery 12 years ago
Tatsuo Ishii 841a65482d Fix progress logging when scale factor is large. 12 years ago
Heikki Linnakangas 108e3992cd Display old and new values in pg_resetxlog -n output. 12 years ago
Tom Lane 22310b808d Remove bogus executable permissions on xlog.c. 12 years ago
Tom Lane 6bff0e7d92 Add a regression test case for plpython function returning setof RECORD. 12 years ago
Simon Riggs cf589c9c1f Regression tests for SCHEMA commands 12 years ago
Simon Riggs b921a26fb8 Regression tests for ALTER TABLESPACE RENAME,OWNER 12 years ago
Tom Lane b5e0a2a384 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Robert Haas 60dd40bbda Under wal_level=logical, when saving old tuples, always save OID. 12 years ago
Kevin Grittner 09df854b8a Add table name to VACUUM statement in matview.c. 12 years ago
Peter Eisentraut e5dc4cc24d PL/Perl: Add event trigger support 12 years ago
Robert Haas 6bea96dd49 Add a new option, -g, to createuser, to add membership in a role. 12 years ago
Peter Eisentraut a06af43695 doc: Fix DocBook table column count declaration 12 years ago
Robert Haas 66abc2608c Add a new reloption, user_catalog_table. 12 years ago
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding. 12 years ago
Tom Lane 9ec6199d18 Fix possible crash with nested SubLinks. 12 years ago
Noah Misch 53685d7981 Rename TABLE() to ROWS FROM(). 12 years ago