| Commit message (Expand) | Author | Age |
* | Fix possible crash due to incorrect allocation context. | Robert Haas | 2016-08-16 |
* | Doc: copy-editing in create_access_method.sgml. | Tom Lane | 2016-08-16 |
* | Doc: remove out-of-date claim that pg_am rows must be inserted by hand. | Tom Lane | 2016-08-16 |
* | Disable parallel query by default. | Robert Haas | 2016-08-16 |
* | Final pgindent + perltidy run for 9.6. | Tom Lane | 2016-08-15 |
* | Simplify the process of perltidy'ing our Perl files. | Tom Lane | 2016-08-15 |
* | Remove bogus dependencies on NUMERIC_MAX_PRECISION. | Tom Lane | 2016-08-14 |
* | Fix assorted bugs in contrib/bloom. | Tom Lane | 2016-08-13 |
* | Add SQL-accessible functions for inspecting index AM properties. | Tom Lane | 2016-08-13 |
* | Doc: clarify that DROP ... CASCADE is recursive. | Tom Lane | 2016-08-12 |
* | Fix inappropriate printing of never-measured times in EXPLAIN. | Tom Lane | 2016-08-12 |
* | Code cleanup in SyncRepWaitForLSN() | Simon Riggs | 2016-08-12 |
* | Correct TABLESAMPLE docs | Simon Riggs | 2016-08-12 |
* | Add ID property to replication slots' sect2 | Alvaro Herrera | 2016-08-11 |
* | Trivial cosmetic cleanup in bloom/blutils.c. | Tom Lane | 2016-08-11 |
* | Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. | Tom Lane | 2016-08-11 |
* | docs: my second pass over the 9.6 release notes | Bruce Momjian | 2016-08-10 |
* | Doc: write some for adminpack. | Tom Lane | 2016-08-10 |
* | Fix typo | Peter Eisentraut | 2016-08-09 |
* | docs: my first pass over the 9.6 release notes | Bruce Momjian | 2016-08-09 |
* | Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. | Tom Lane | 2016-08-09 |
* | Stamp 9.6beta4.REL9_6_BETA4 | Tom Lane | 2016-08-08 |
* | doc: update list of pg_trgm authors | Bruce Momjian | 2016-08-08 |
* | Update 9.6 release notes through today. | Tom Lane | 2016-08-08 |
* | Last-minute updates for release notes. | Tom Lane | 2016-08-08 |
* | Fix several one-byte buffer over-reads in to_number | Peter Eisentraut | 2016-08-08 |
* | Translation updates | Peter Eisentraut | 2016-08-08 |
* | Fix two errors with nested CASE/WHEN constructs. | Tom Lane | 2016-08-08 |
* | Obstruct shell, SQL, and conninfo injection via database and role names. | Noah Misch | 2016-08-08 |
* | Promote pg_dumpall shell/connstr quoting functions to src/fe_utils. | Noah Misch | 2016-08-08 |
* | Fix Windows shell argument quoting. | Noah Misch | 2016-08-08 |
* | Reject, in pg_dumpall, names containing CR or LF. | Noah Misch | 2016-08-08 |
* | Field conninfo strings throughout src/bin/scripts. | Noah Misch | 2016-08-08 |
* | Introduce a psql "\connect -reuse-previous=on|off" option. | Noah Misch | 2016-08-08 |
* | Sort out paired double quotes in \connect, \password and \crosstabview. | Noah Misch | 2016-08-08 |
* | doc: Update benchmark results | Peter Eisentraut | 2016-08-08 |
* | Make format() error messages consistent again | Peter Eisentraut | 2016-08-08 |
* | Update 9.6 release notes through today. | Tom Lane | 2016-08-07 |
* | Correct column name in information schema | Peter Eisentraut | 2016-08-07 |
* | Release notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23. | Tom Lane | 2016-08-07 |
* | doc: Move mention of rsync of temp tables to better place | Peter Eisentraut | 2016-08-07 |
* | Fix misestimation of n_distinct for a nearly-unique column with many nulls. | Tom Lane | 2016-08-07 |
* | Fix crash when pg_get_viewdef_name_ext() is passed a non-view relation. | Tom Lane | 2016-08-07 |
* | Fix TOAST access failure in RETURNING queries. | Tom Lane | 2016-08-07 |
* | Avoid crashing in GetOldestSnapshot() if there are no known snapshots. | Tom Lane | 2016-08-07 |
* | Don't propagate a null subtransaction snapshot up to parent transaction. | Tom Lane | 2016-08-07 |
* | First-draft release notes for 9.5.4. | Tom Lane | 2016-08-06 |
* | In B-tree page deletion, clean up properly after page deletion failure. | Tom Lane | 2016-08-06 |
* | Teach libpq to decode server version correctly from future servers. | Tom Lane | 2016-08-05 |
* | Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630. | Tom Lane | 2016-08-05 |