| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix calculation of maximum statistics-message size. | Tom Lane | 2014-01-02 | 1 | -4/+6 |
* | Handle wraparound during truncation in multixact/members | Alvaro Herrera | 2014-01-02 | 1 | -0/+1 |
* | Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. | Robert Haas | 2014-01-02 | 1 | -1/+1 |
* | Rename walLogHints to wal_log_hints for easier grepping. | Robert Haas | 2014-01-01 | 1 | -2/+2 |
* | Remove dead code now that orindxpath.c is history. | Tom Lane | 2013-12-30 | 2 | -6/+0 |
* | Extract restriction OR clauses whether or not they are indexable. | Tom Lane | 2013-12-30 | 2 | -6/+21 |
* | Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_BIT_INODE. | Tom Lane | 2013-12-29 | 1 | -4/+1 |
* | Fix whitespace | Peter Eisentraut | 2013-12-26 | 1 | -1/+0 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 | 17 | -150/+296 |
* | Change the way we mark tuples as frozen. | Robert Haas | 2013-12-22 | 3 | -4/+55 |
* | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 | 3 | -5/+5 |
* | Move pg_upgrade_support global variables to their own include file | Bruce Momjian | 2013-12-19 | 1 | -0/+29 |
* | Upgrade to Autoconf 2.69 | Peter Eisentraut | 2013-12-18 | 1 | -10/+21 |
* | Allow on-detach callbacks for dynamic shared memory segments. | Robert Haas | 2013-12-18 | 2 | -5/+14 |
* | Fix incorrect error message reported for non-existent users | Bruce Momjian | 2013-12-18 | 1 | -0/+4 |
* | Don't ignore tuple locks propagated by our updates | Alvaro Herrera | 2013-12-18 | 1 | -0/+1 |
* | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii | 2013-12-18 | 5 | -0/+20 |
* | Rework tuple freezing protocol | Alvaro Herrera | 2013-12-16 | 3 | -11/+39 |
* | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 | 4 | -1/+15 |
* | New autovacuum_work_mem parameter | Simon Riggs | 2013-12-12 | 1 | -0/+1 |
* | Add a new reloption, user_catalog_table. | Robert Haas | 2013-12-10 | 1 | -2/+14 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 | 6 | -13/+104 |
* | Rename TABLE() to ROWS FROM(). | Noah Misch | 2013-12-10 | 1 | -3/+3 |
* | Don't include unused space in LOG_NEWPAGE records. | Heikki Linnakangas | 2013-12-04 | 2 | -5/+7 |
* | Remove use of obsolescent Autoconf macros | Peter Eisentraut | 2013-11-30 | 3 | -39/+3 |
* | Truncate pg_multixact/'s contents during crash recovery | Alvaro Herrera | 2013-11-29 | 1 | -0/+1 |
* | Fix full-table-vacuum request mechanism for MultiXactIds | Alvaro Herrera | 2013-11-29 | 2 | -2/+5 |
* | Fix assorted race conditions in the new timeout infrastructure. | Tom Lane | 2013-11-29 | 1 | -0/+1 |
* | Refine our definition of what constitutes a system relation. | Robert Haas | 2013-11-28 | 1 | -1/+3 |
* | Fix stale-pointer problem in fast-path locking logic. | Tom Lane | 2013-11-27 | 1 | -3/+17 |
* | Get rid of the post-recovery cleanup step of GIN page splits. | Heikki Linnakangas | 2013-11-27 | 4 | -26/+60 |
* | More GIN refactoring. | Heikki Linnakangas | 2013-11-27 | 1 | -14/+32 |
* | Implement information_schema.parameters.parameter_default column | Peter Eisentraut | 2013-11-26 | 3 | -1/+4 |
* | Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior | Bruce Momjian | 2013-11-25 | 1 | -0/+1 |
* | Fix array slicing of int2vector and oidvector values. | Tom Lane | 2013-11-23 | 1 | -0/+2 |
* | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 | 10 | -50/+85 |
* | Refactor the internal GIN B-tree interface for forming a downlink. | Heikki Linnakangas | 2013-11-20 | 1 | -1/+1 |
* | Further GIN refactoring. | Heikki Linnakangas | 2013-11-20 | 1 | -15/+4 |
* | Add make_date() and make_time() functions. | Tom Lane | 2013-11-17 | 4 | -1/+12 |
* | Improve performance of numeric sum(), avg(), stddev(), variance(), etc. | Tom Lane | 2013-11-16 | 4 | -40/+43 |
* | Allow aggregates to provide estimates of their transition state data size. | Tom Lane | 2013-11-16 | 3 | -124/+129 |
* | Compute correct em_nullable_relids in get_eclass_for_sort_expr(). | Tom Lane | 2013-11-15 | 2 | -1/+11 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 | 2 | -3/+3 |
* | Fix race condition in GIN posting tree page deletion. | Heikki Linnakangas | 2013-11-08 | 1 | -0/+1 |
* | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 2013-11-08 | 6 | -17/+49 |
* | Fix missing argument and function prototypes. | Heikki Linnakangas | 2013-11-06 | 1 | -4/+9 |
* | Misc GIN refactoring. | Heikki Linnakangas | 2013-11-06 | 1 | -2/+1 |
* | Remove CTimeZone/HasCTZSet, root and branch. | Tom Lane | 2013-11-01 | 1 | -9/+0 |
* | Fix some odd behaviors when using a SQL-style simple GMT offset timezone. | Tom Lane | 2013-11-01 | 1 | -0/+1 |
* | Fix old typo in comment. | Tom Lane | 2013-10-29 | 1 | -2/+2 |