| 2013-05-06 |
Tom Lane | Disallow unlogged materialized views. |
commit | commitdiff | tree |
| 2013-05-06 |
Bruce Momjian | 9.3 release notes: use "restoration" |
commit | commitdiff | tree |
| 2013-05-06 |
Bruce Momjian | 9.3 release notes: Add cache of local locks |
commit | commitdiff | tree |
| 2013-05-06 |
Bruce Momjian | 9.3 release notes: update from Amit Kapila |
commit | commitdiff | tree |
| 2013-05-06 |
Simon Riggs | Execute SET TRANSACTION SNAPSHOT during pg_dump |
commit | commitdiff | tree |
| 2013-05-06 |
Bruce Momjian | Revert idea of zer-padding padding session id in log_li... |
commit | commitdiff | tree |
| 2013-05-06 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2013-05-04 |
Tom Lane | Improve behavior of \watch with non-tuple-returning... |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | docs: Improve log_line_prefix session_id query |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | docs: log_line_prefix session id fix |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | 9.3 docs: wording fixes |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | docs: fix log_line_prefix session id docs |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | 9.3 release notes: adjustments |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | 9.3 release notes: move compatibility items into their... |
commit | commitdiff | tree |
| 2013-05-04 |
Bruce Momjian | 9.3 release notes: Add markup for pg_backup_start_time() |
commit | commitdiff | tree |
| 2013-05-03 |
Bruce Momjian | 9.3 release notes: Add links to SGML sections |
commit | commitdiff | tree |
| 2013-05-03 |
Bruce Momjian | 9.3 release notes: add markup for text |
commit | commitdiff | tree |
| 2013-05-03 |
Tom Lane | Improve SPI documentation about null-flags arrays. |
commit | commitdiff | tree |
| 2013-05-03 |
Bruce Momjian | 9.3 release notes: update for current commits |
commit | commitdiff | tree |
| 2013-05-02 |
Bruce Momjian | 9.3 release notes: suggested improvements from Jeff... |
commit | commitdiff | tree |
| 2013-05-02 |
Kevin Grittner | Prevent (auto)vacuum from truncating first page of... |
commit | commitdiff | tree |
| 2013-05-02 |
Bruce Momjian | pg_test_fsync: update output to show usecs/op clearer |
commit | commitdiff | tree |
| 2013-05-01 |
Andrew Dunstan | Use correct length to convert json unicode escapes. |
commit | commitdiff | tree |
| 2013-05-01 |
Tom Lane | Fix permission tests for views/tables proven empty... |
commit | commitdiff | tree |
| 2013-04-30 |
Kevin Grittner | Add regression test for bug fixed by recent refactoring. |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Fix pg_upgrade for 9.3 with data checksums. |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Revert previous temporary patch |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Temporarily silence pg_upgrade's checksums check |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Bump PG_CONTROL_VERSION to 937 |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Record data_checksum_version in control file. |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Ensure we MarkBufferDirty before visibilitymap_set() |
commit | commitdiff | tree |
| 2013-04-30 |
Simon Riggs | Compiler optimizations for page checksum code. |
commit | commitdiff | tree |
| 2013-04-30 |
Peter Eisentraut | pg_upgrade: Remove PGPORT handling from test suite |
commit | commitdiff | tree |
| 2013-04-30 |
Peter Eisentraut | Revert "pg_ctl: Add idempotent option" |
commit | commitdiff | tree |
| 2013-04-29 |
Tom Lane | Postpone creation of pathkeys lists to fix bug #8049. |
commit | commitdiff | tree |
| 2013-04-29 |
Kevin Grittner | Ensure ANALYZE phase is not skipped because of canceled... |
commit | commitdiff | tree |
| 2013-04-29 |
Robert Haas | Attempt to fix error recovery in COPY BOTH mode. |
commit | commitdiff | tree |
| 2013-04-29 |
Simon Riggs | Introduce new page checksum algorithm and module. |
commit | commitdiff | tree |
| 2013-04-28 |
Tom Lane | Editorialize a bit on new ProcessUtility() API. |
commit | commitdiff | tree |
| 2013-04-28 |
Tom Lane | Fix unsafe event-trigger coding in ProcessUtility(). |
commit | commitdiff | tree |
| 2013-04-28 |
Peter Eisentraut | pg_dump: Improve message formatting |
commit | commitdiff | tree |
| 2013-04-27 |
Tom Lane | Incidental cleanup of matviews code. |
commit | commitdiff | tree |
| 2013-04-27 |
Peter Eisentraut | Improve message about failed transaction log archiving |
commit | commitdiff | tree |
| 2013-04-27 |
Peter Eisentraut | Update config.guess and config.sub |
commit | commitdiff | tree |
| 2013-04-26 |
Tom Lane | Fix collation assignment for aggregates with ORDER BY. |
commit | commitdiff | tree |
| 2013-04-26 |
Joe Conway | Ensure that user created rows in extension tables get... |
commit | commitdiff | tree |
| 2013-04-26 |
Robert Haas | libpq: Fix a few bits that didn't get the memo about... |
commit | commitdiff | tree |
| 2013-04-25 |
Tom Lane | Avoid deadlock between concurrent CREATE INDEX CONCURRE... |
commit | commitdiff | tree |
| 2013-04-25 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree |
| 2013-04-25 |
Peter Eisentraut | pg_basebackup: Add missing newlines at end of lines |
commit | commitdiff | tree |
| 2013-04-25 |
Peter Eisentraut | initdb: Improve some messages |
commit | commitdiff | tree |
| 2013-04-25 |
Peter Eisentraut | PL/pgSQL doc: Add example for RETURN QUERY |
commit | commitdiff | tree |
| 2013-04-24 |
Heikki Linnakangas | Add missing #include. |
commit | commitdiff | tree |
| 2013-04-24 |
Kevin Grittner | Fix assertion failure for REFRESH MATERIALIZED VIEW... |
commit | commitdiff | tree |
| 2013-04-24 |
Simon Riggs | Make fast promotion the default promotion mode. |
commit | commitdiff | tree |
| 2013-04-24 |
Bruce Momjian | 9.3 release notes: adjustments per Alvaro |
commit | commitdiff | tree |
| 2013-04-23 |
Bruce Momjian | 9.3 release note updates from Dean Rasheed, Jov, Heikki... |
commit | commitdiff | tree |
| 2013-04-23 |
Heikki Linnakangas | Remove prototype for cube(text) function that doesn... |
commit | commitdiff | tree |
| 2013-04-22 |
Bruce Momjian | 9.3 release notes: add diacritics |
commit | commitdiff | tree |
| 2013-04-22 |
Bruce Momjian | 9.3 release notes: adjustments per Alvaro and Robert |
commit | commitdiff | tree |
| 2013-04-22 |
Heikki Linnakangas | Mention in docs that you can create SP-GiST indexes... |
commit | commitdiff | tree |
| 2013-04-22 |
Bruce Momjian | 9.3 release notes: apply fixes suggested by Alvaro |
commit | commitdiff | tree |
| 2013-04-22 |
Bruce Momjian | 9.3 release notes: update streaming replication speedups |
commit | commitdiff | tree |
| 2013-04-22 |
Peter Eisentraut | doc: Improve example formatting |
commit | commitdiff | tree |
| 2013-04-22 |
Peter Eisentraut | doc: Fix syntax in example |
commit | commitdiff | tree |
| 2013-04-22 |
Bruce Momjian | In 9.3 release notes, split up items |
commit | commitdiff | tree |
| 2013-04-21 |
Bruce Momjian | 9.3 release note adjustments per request from Andres... |
commit | commitdiff | tree |
| 2013-04-21 |
Bruce Momjian | Remove 9.3 item about fixing DROP INDEX CONCURRENTLY |
commit | commitdiff | tree |
| 2013-04-21 |
Bruce Momjian | 9.3 release note fixes |
commit | commitdiff | tree |
| 2013-04-21 |
Bruce Momjian | Adjust 9.3 release notes per request from Simon |
commit | commitdiff | tree |
| 2013-04-21 |
Bruce Momjian | Reorder 9.3 release note items |
commit | commitdiff | tree |
| 2013-04-20 |
Bruce Momjian | More 9.3 release note reorderings |
commit | commitdiff | tree |
| 2013-04-20 |
Bruce Momjian | Fix Gilles Darold's name in 9.3 release notes. |
commit | commitdiff | tree |
| 2013-04-20 |
Tom Lane | Fix longstanding race condition in plancache.c. |
commit | commitdiff | tree |
| 2013-04-20 |
Bruce Momjian | Reorder some 9.3 release item entries |
commit | commitdiff | tree |
| 2013-04-20 |
Bruce Momjian | Push 9.3 release SGML file |
commit | commitdiff | tree |
| 2013-04-20 |
Bruce Momjian | Publish draft 9.3 release notes |
commit | commitdiff | tree |
| 2013-04-20 |
Peter Eisentraut | doc: Mention SATA alongside IDE for Linux |
commit | commitdiff | tree |
| 2013-04-20 |
Peter Eisentraut | Clean up references to SQL92 |
commit | commitdiff | tree |
| 2013-04-19 |
Tom Lane | Improve error message when an FDW doesn't support WHERE... |
commit | commitdiff | tree |
| 2013-04-19 |
Tom Lane | Don't try to pass -I switch to postmaster in contrib... |
commit | commitdiff | tree |
| 2013-04-19 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2013-04-19 |
Peter Eisentraut | Standardize spelling of "nonblocking" |
commit | commitdiff | tree |
| 2013-04-17 |
Bruce Momjian | pg_upgrade: Add checksum C comment |
commit | commitdiff | tree |
| 2013-04-17 |
Robert Haas | sepgsql: Minor improvement to test script, doc fix. |
commit | commitdiff | tree |
| 2013-04-17 |
Robert Haas | sepgsql: One more getObjectIdentity in lieu of getObjec... |
commit | commitdiff | tree |
| 2013-04-17 |
Peter Eisentraut | doc: Update PQgetssl() documentation |
commit | commitdiff | tree |
| 2013-04-16 |
Bruce Momjian | pgindent: add newline to die() so script line number... |
commit | commitdiff | tree |
| 2013-04-16 |
Heikki Linnakangas | Remove some unused and seldom used fields from Relation... |
commit | commitdiff | tree |
| 2013-04-16 |
Peter Eisentraut | Fix function return type confusion |
commit | commitdiff | tree |
| 2013-04-16 |
Andrew Dunstan | Mark json IO and extraction functions immutable. |
commit | commitdiff | tree |
| 2013-04-15 |
Andrew Dunstan | Correct handling of NULL arguments in json funcs. |
commit | commitdiff | tree |
| 2013-04-15 |
Tom Lane | Improve GiST index search performance for trigram regex... |
commit | commitdiff | tree |
| 2013-04-14 |
Peter Eisentraut | Add serial comma |
commit | commitdiff | tree |
| 2013-04-14 |
Peter Eisentraut | pg_ctl: Add idempotent option |
commit | commitdiff | tree |
| 2013-04-13 |
Peter Eisentraut | Fix sporadic rebuilds for .pc files |
commit | commitdiff | tree |
| 2013-04-12 |
Tom Lane | Clean up the mess around EXPLAIN and materialized views. |
commit | commitdiff | tree |
| 2013-04-12 |
Bruce Momjian | pgindent: improve error messages |
commit | commitdiff | tree |
| 2013-04-12 |
Bruce Momjian | pgindent: fix downloading of BSD indent binary |
commit | commitdiff | tree |
| 2013-04-12 |
Robert Haas | sepgsql: Enforce db_procedure:{execute} permission. |
commit | commitdiff | tree |
| next |