Age | Commit message (Expand) | Author |
2013-03-06 | Add docs for pg_matviews, which were missed in the initial MV commit. | Kevin Grittner |
2013-03-04 | psql: Let \l accept a pattern | Peter Eisentraut |
2013-03-04 | Add a materialized view relations. | Kevin Grittner |
2013-03-03 | doc: Small tweak for consistency | Peter Eisentraut |
2013-03-03 | doc: A few awkward phrasing fixes | Peter Eisentraut |
2013-02-27 | Remove spurious "the", and add a missing one. | Heikki Linnakangas |
2013-02-27 | Add support for piping COPY to/from an external program. | Heikki Linnakangas |
2013-02-25 | doc: Fix markup typo | Peter Eisentraut |
2013-02-25 | Add -d option to pg_dumpall, for specifying a connection string. | Heikki Linnakangas |
2013-02-25 | Add -d/--dbname option to pg_dump. | Heikki Linnakangas |
2013-02-25 | Add -d option to pg_basebackup and pg_receivexlog, for connection string. | Heikki Linnakangas |
2013-02-24 | doc: Remove PostgreSQL version number from xml2 deprecation notice | Peter Eisentraut |
2013-02-23 | doc: Add more compatibility information for triggers | Peter Eisentraut |
2013-02-22 | Fix some typos and grammatical mistakes | Alvaro Herrera |
2013-02-22 | Add pg_xlogdump contrib program | Alvaro Herrera |
2013-02-21 | Add postgres_fdw contrib module. | Tom Lane |
2013-02-18 | Add ALTER ROLE ALL SET command | Peter Eisentraut |
2013-02-14 | doc: Add make target to produce EPUB from DocBook | Peter Eisentraut |
2013-02-11 | Support unlogged GiST index. | Heikki Linnakangas |
2013-02-09 | Add an example of attaching a default value to an updatable view. | Tom Lane |
2013-02-09 | Add support for ALTER RULE ... RENAME TO. | Tom Lane |
2013-02-08 | doc: Fix mistakes in the most recent set of release notes. | Tom Lane |
2013-02-08 | doc: Rewrite how to get the source code | Peter Eisentraut |
2013-02-06 | Enable building with Microsoft Visual Studio 2012. | Andrew Dunstan |
2013-02-04 | Prevent execution of enum_recv() from SQL. | Tom Lane |
2013-02-04 | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. | Tom Lane |
2013-02-04 | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. | Simon Riggs |
2013-02-04 | Reset master xmin when hot_standby_feedback disabled. | Simon Riggs |
2013-02-03 | Perform line wrapping and indenting by default in ruleutils.c. | Tom Lane |
2013-02-03 | PL/Python: Add result object str handler | Peter Eisentraut |
2013-02-02 | Create a psql command \gset to store query results into psql variables. | Tom Lane |
2013-02-02 | Prevent "\g filename" from affecting subsequent commands after an error. | Tom Lane |
2013-02-02 | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. | Simon Riggs |
2013-02-02 | doc: Tiny whitespace fix | Peter Eisentraut |
2013-02-01 | Add CREATE RECURSIVE VIEW syntax | Peter Eisentraut |
2013-01-31 | pg_upgrade docs: mention modification of postgresql.conf in new cluster | Bruce Momjian |
2013-01-31 | Add --aggregate-interval option. | Tatsuo Ishii |
2013-01-30 | pg_regress: Allow overriding diff options | Peter Eisentraut |
2013-01-29 | Provide database object names as separate fields in error messages. | Tom Lane |
2013-01-29 | Allow pgbench to use a scale larger than 21474. | Heikki Linnakangas |
2013-01-28 | REASSIGN OWNED: handle shared objects, too | Alvaro Herrera |
2013-01-28 | DROP OWNED: don't try to drop tablespaces/databases | Alvaro Herrera |
2013-01-26 | Make LATERAL implicit for functions in FROM. | Tom Lane |
2013-01-26 | Issue ERROR if FREEZE mode can't be honored by COPY | Bruce Momjian |
2013-01-26 | doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and | Bruce Momjian |
2013-01-25 | doc: mention commit_delay is only honored if fsync is enabled | Bruce Momjian |
2013-01-25 | Change plan caching to honor, not resist, changes in search_path. | Tom Lane |
2013-01-25 | doc: merge ecpg username/password example into C comment | Bruce Momjian |
2013-01-25 | doc: adjust search_path secondary index mention | Bruce Momjian |
2013-01-25 | doc: split search_path index entries into separate secondaries | Bruce Momjian |