2013-12-23 |
Tom Lane | Support ordered-set (WITHIN GROUP) aggregates. |
commit | commitdiff | tree | snapshot |
2013-12-22 |
Robert Haas | Change the way we mark tuples as frozen. |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Fujii Masao | Rename wal_log_hintbits to wal_log_hints, per discussio... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Alvaro Herrera | Avoid useless palloc during transaction commit |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Robert Haas | pg_prewarm, a contrib module for prewarming relationd... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Alvaro Herrera | isolationtester: Ensure stderr is unbuffered, too |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Bruce Momjian | Move pg_upgrade_support global variables to their own... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Alvaro Herrera | Make stdout unbuffered |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Alvaro Herrera | Optimize updating a row that's locked by same xid |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Fujii Masao | Add tab completion for ALTER SYSTEM SET in psql. |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Fujii Masao | Fix typo in docs for min_recovery_apply_delay. |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Peter Eisentraut | Upgrade to Autoconf 2.69 |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Robert Haas | Allow on-detach callbacks for dynamic shared memory... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Bruce Momjian | Fix incorrect error message reported for non-existent... |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Alvaro Herrera | Don't ignore tuple locks propagated by our updates |
commit | commitdiff | tree | snapshot |
2013-12-18 |
Tatsuo Ishii | Add ALTER SYSTEM command to edit the server configurati... |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Bruce Momjian | Comment: COPY comment improvement |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Alvaro Herrera | Rework tuple freezing protocol |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Heikki Linnakangas | Mark variables 'static' where possible. Move GinFuzzySe... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Tatsuo Ishii | Add "SHIFT_JIS" as an accepted encoding name for locale... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Tom Lane | Allow empty target list in SELECT. |
commit | commitdiff | tree | snapshot |
2013-12-14 |
Tom Lane | Fix inherited UPDATE/DELETE with UNION ALL subqueries. |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Alvaro Herrera | Rework MultiXactId cache code |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Tom Lane | Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Heikki Linnakangas | Fix more instances of "the the" in comments. |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Tom Lane | Don't let timeout interrupts happen unless ImmediateInt... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Heikki Linnakangas | Add GUC to enable WAL-logging of hint bits, even with... |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Magnus Hagander | Fix double "the" in the documentation |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Heikki Linnakangas | Fix WAL-logging of setting the visibility map bit. |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Peter Eisentraut | configure: Allow adding a custom string to PG_VERSION |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Tom Lane | Fix ancient docs/comments thinko: XID comparison is... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Tom Lane | Improve EXPLAIN to print the grouping columns in Agg... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Simon Riggs | New autovacuum_work_mem parameter |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Simon Riggs | Allow time delayed standbys and recovery |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Tatsuo Ishii | Fix progress logging when scale factor is large. |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Heikki Linnakangas | Display old and new values in pg_resetxlog -n output. |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Tom Lane | Remove bogus executable permissions on xlog.c. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Tom Lane | Add a regression test case for plpython function return... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Simon Riggs | Regression tests for SCHEMA commands |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Simon Riggs | Regression tests for ALTER TABLESPACE RENAME,OWNER |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Tom Lane | Tweak placement of explicit ANALYZE commands in the... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Robert Haas | Under wal_level=logical, when saving old tuples, always... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Kevin Grittner | Add table name to VACUUM statement in matview.c. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Peter Eisentraut | PL/Perl: Add event trigger support |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Robert Haas | Add a new option, -g, to createuser, to add membership... |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Peter Eisentraut | doc: Fix DocBook table column count declaration |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Robert Haas | Add a new reloption, user_catalog_table. |
commit | commitdiff | tree | snapshot |
2013-12-11 |
Robert Haas | Add new wal_level, logical, sufficient for logical... |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Tom Lane | Fix possible crash with nested SubLinks. |
commit | commitdiff | tree | snapshot |
2013-12-10 |
Noah Misch | Rename TABLE() to ROWS FROM(). |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Bruce Momjian | pgcrypto docs: update cpu type used in duration testing |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Bruce Momjian | pgcrypto docs: update encryption timings and add relat... |
commit | commitdiff | tree | snapshot |
2013-12-09 |
Robert Haas | Fixups for dsm.c's file descriptor handling. |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Magnus Hagander | Fix pg_stat_statements build on 32-bit systems |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Joe Conway | Fix performance regression in dblink connection speed. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Magnus Hagander | Fix a couple of typos |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Peter Eisentraut | SSL: Support ECDH key exchange |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Fujii Masao | Expose qurey ID in pg_stat_statements view. |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Peter Eisentraut | SSL: Add configuration option to prefer server cipher... |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Bruce Momjian | docs: update partition encryption options |
commit | commitdiff | tree | snapshot |
2013-12-06 |
Bruce Momjian | docs: clarify SSL certificate authority chain docs |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Alvaro Herrera | Fix improper abort during update chain locking |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Tom Lane | Clear retry flags properly in replacement OpenSSL sock_... |
commit | commitdiff | tree | snapshot |
2013-12-05 |
Alvaro Herrera | Avoid resetting Xmax when it's a multi with an aborted... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Bruce Momjian | build: pass EXTRA_REGRESS_OPTS to secondary regression... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Bruce Momjian | doc: split long query into multiple lines |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Heikki Linnakangas | Don't include unused space in LOG_NEWPAGE records. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Heikki Linnakangas | Fix full-page writes of internal GIN pages. |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Bruce Momjian | C comment: again update comment for pg_fe_sendauth... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Bruce Momjian | Update C comment for pg_fe_getauthname |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Bruce Momjian | libpq: change PQconndefaults() to ignore invalid servi... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Peter Eisentraut | doc: Refine documentation about recovery command exist... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Peter Eisentraut | Report exit code from external recovery commands properly |
commit | commitdiff | tree | snapshot |
2013-12-03 |
Tom Lane | Fix crash in assign_collations_walker for EXISTS with... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Bruce Momjian | doc: update wording of ineffective SET and ABORT commands |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Improve draft release notes. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Increase git_changelog's timestamp_slop from 10 min... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Flag mmap implemenation of dynamic shared memory as... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Avoid out-of-bounds read in errfinish if error_stack_de... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Draft release notes for 9.3.2. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Peter Eisentraut | doc: Disable preface.autolabel in XSLT |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Update time zone data files to tzdata release 2013h. |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tom Lane | Editorial corrections to the October 2013 minor-release... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Bruce Momjian | pg_upgrade: Handle default_transaction_read_only settings |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Kevin Grittner | Fix pg_dumpall to work for databases flagged as read... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Peter Eisentraut | Remove use of obsolescent Autoconf macros |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Peter Eisentraut | doc: Simplify handling of variablelists in XSLT build |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Fix a couple of bugs in MultiXactId freezing |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Truncate pg_multixact/'s contents during crash recovery |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Fix full-table-vacuum request mechanism for MultiXactIds |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Replace hardcoded 200000000 with autovacuum_freeze_max_age |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Be sure to release proc->backendLock after SetupLockInT... |
commit | commitdiff | tree | snapshot |
next |