| Commit message (Expand) | Author | Age |
* | Keep pg_stat_statements' query texts in a file, not in shared memory. | Tom Lane | 2014-01-27 |
* | Relax the requirement that all lwlocks be stored in a single array. | Robert Haas | 2014-01-27 |
* | Code review for auto-tuned effective_cache_size. | Tom Lane | 2014-01-27 |
* | Provide for client-only installs with MSVC. | Andrew Dunstan | 2014-01-26 |
* | Enable building with Visual Studion 2013. | Andrew Dunstan | 2014-01-26 |
* | Use E, not e, for escaping in example docs | Stephen Frost | 2014-01-26 |
* | Copy-editing docs for recovery_target='immediate', and "ie." | Heikki Linnakangas | 2014-01-25 |
* | docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS | Bruce Momjian | 2014-01-25 |
* | Add recovery_target='immediate' option. | Heikki Linnakangas | 2014-01-25 |
* | ALTER TABLESPACE ... MOVE ... OWNED BY | Stephen Frost | 2014-01-23 |
* | Remove duplicate index entry DATE_TRUNC in document. | Fujii Masao | 2014-01-24 |
* | Add libpq function PQhostaddr(). | Fujii Masao | 2014-01-24 |
* | Add date_trunc('', interval) documentation mention | Bruce Momjian | 2014-01-22 |
* | Add a cardinality function for arrays. | Robert Haas | 2014-01-21 |
* | Remove support for native krb5 authentication | Magnus Hagander | 2014-01-19 |
* | Add CREATE TABLESPACE ... WITH ... Options | Stephen Frost | 2014-01-18 |
* | Add ALTER TABLESPACE ... MOVE command | Stephen Frost | 2014-01-18 |
* | Add gen_random_uuid() to contrib/pgcrypto. | Tom Lane | 2014-01-17 |
* | doc: rename "Equals" to "Equal" | Bruce Momjian | 2014-01-16 |
* | doc: fix := description typo. | Bruce Momjian | 2014-01-16 |
* | docs: update PL/pgSQL docs about the use of := and = | Bruce Momjian | 2014-01-16 |
* | Add display of oprcode (the underlying function's name) to psql's \do+. | Tom Lane | 2014-01-16 |
* | Improve FILES section of psql reference page. | Tom Lane | 2014-01-14 |
* | Documentation for test_shm_mq. | Robert Haas | 2014-01-14 |
* | Mention that VACUUM FREEZE also effectively zeroes the table freeze age. | Robert Haas | 2014-01-14 |
* | Add OVERLAPS to index in the docs. | Heikki Linnakangas | 2014-01-13 |
* | Revert fd2ace802811c333b0b4e1a28b138fd4774745f3 | Bruce Momjian | 2014-01-11 |
* | docs: remove undocumented assign syntax in plpgsql examples | Bruce Momjian | 2014-01-11 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add more use of psprintf() | Peter Eisentraut | 2014-01-06 |
* | Aggressively freeze tables when CLUSTER or VACUUM FULL rewrites them. | Robert Haas | 2014-01-02 |
* | Fix alphabetization in catalogs.sgml. | Tom Lane | 2013-12-30 |
* | Revise documentation for new freezing method. | Robert Haas | 2013-12-23 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 |
* | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 |
* | pg_prewarm, a contrib module for prewarming relationd data. | Robert Haas | 2013-12-20 |
* | Fix typo in docs for min_recovery_apply_delay. | Fujii Masao | 2013-12-19 |
* | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii | 2013-12-18 |
* | Allow empty target list in SELECT. | Tom Lane | 2013-12-14 |
* | Fix more instances of "the the" in comments. | Heikki Linnakangas | 2013-12-13 |
* | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 |
* | Fix double "the" in the documentation | Magnus Hagander | 2013-12-13 |
* | configure: Allow adding a custom string to PG_VERSION | Peter Eisentraut | 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 |
* | 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 |