Age | Commit message (Expand) | Author |
2013-12-23 | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane |
2013-12-22 | Change the way we mark tuples as frozen. | Robert Haas |
2013-12-20 | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao |
2013-12-20 | Avoid useless palloc during transaction commit | Alvaro Herrera |
2013-12-20 | pg_prewarm, a contrib module for prewarming relationd data. | Robert Haas |
2013-12-20 | isolationtester: Ensure stderr is unbuffered, too | Alvaro Herrera |
2013-12-19 | Move pg_upgrade_support global variables to their own include file | Bruce Momjian |
2013-12-19 | Make stdout unbuffered | Alvaro Herrera |
2013-12-19 | Optimize updating a row that's locked by same xid | Alvaro Herrera |
2013-12-19 | Add tab completion for ALTER SYSTEM SET in psql. | Fujii Masao |
2013-12-19 | Upgrade to Autoconf 2.69 | Peter Eisentraut |
2013-12-18 | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas |
2013-12-18 | Fix incorrect error message reported for non-existent users | Bruce Momjian |
2013-12-18 | Don't ignore tuple locks propagated by our updates | Alvaro Herrera |
2013-12-18 | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii |
2013-12-17 | Comment: COPY comment improvement | Bruce Momjian |
2013-12-16 | Rework tuple freezing protocol | Alvaro Herrera |
2013-12-16 | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas |
2013-12-15 | Add "SHIFT_JIS" as an accepted encoding name for locale checking. | Tatsuo Ishii |
2013-12-15 | Allow empty target list in SELECT. | Tom Lane |
2013-12-14 | Fix inherited UPDATE/DELETE with UNION ALL subqueries. | Tom Lane |
2013-12-13 | Fix typo | Alvaro Herrera |
2013-12-13 | Rework MultiXactId cache code | Alvaro Herrera |
2013-12-13 | Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. | Tom Lane |
2013-12-13 | Fix more instances of "the the" in comments. | Heikki Linnakangas |
2013-12-13 | Don't let timeout interrupts happen unless ImmediateInterruptOK is set. | Tom Lane |
2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
2013-12-13 | Fix WAL-logging of setting the visibility map bit. | Heikki Linnakangas |
2013-12-12 | Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. | Tom Lane |
2013-12-12 | Improve EXPLAIN to print the grouping columns in Agg and Group nodes. | Tom Lane |
2013-12-12 | New autovacuum_work_mem parameter | Simon Riggs |
2013-12-12 | Allow time delayed standbys and recovery | Simon Riggs |
2013-12-12 | Display old and new values in pg_resetxlog -n output. | Heikki Linnakangas |
2013-12-12 | Remove bogus executable permissions on xlog.c. | Tom Lane |
2013-12-11 | Add a regression test case for plpython function returning setof RECORD. | Tom Lane |
2013-12-11 | Regression tests for SCHEMA commands | Simon Riggs |
2013-12-11 | Regression tests for ALTER TABLESPACE RENAME,OWNER | Simon Riggs |
2013-12-11 | Tweak placement of explicit ANALYZE commands in the regression tests. | Tom Lane |
2013-12-11 | Under wal_level=logical, when saving old tuples, always save OID. | Robert Haas |
2013-12-11 | Add table name to VACUUM statement in matview.c. | Kevin Grittner |
2013-12-11 | PL/Perl: Add event trigger support | Peter Eisentraut |
2013-12-11 | Add a new option, -g, to createuser, to add membership in a role. | Robert Haas |
2013-12-11 | Add a new reloption, user_catalog_table. | Robert Haas |
2013-12-11 | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas |
2013-12-10 | Fix possible crash with nested SubLinks. | Tom Lane |
2013-12-10 | Rename TABLE() to ROWS FROM(). | Noah Misch |
2013-12-09 | Fixups for dsm.c's file descriptor handling. | Robert Haas |
2013-12-07 | SSL: Support ECDH key exchange | Peter Eisentraut |
2013-12-07 | SSL: Add configuration option to prefer server cipher order | Peter Eisentraut |
2013-12-05 | Fix improper abort during update chain locking | Alvaro Herrera |