| 2013-11-30 |
Alvaro Herrera | Fix a couple of bugs in MultiXactId freezing |
commit | commitdiff | tree |
| 2013-11-30 |
Alvaro Herrera | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid |
commit | commitdiff | tree |
| 2013-11-30 |
Alvaro Herrera | Truncate pg_multixact/'s contents during crash recovery |
commit | commitdiff | tree |
| 2013-11-30 |
Alvaro Herrera | Fix full-table-vacuum request mechanism for MultiXactIds |
commit | commitdiff | tree |
| 2013-11-30 |
Alvaro Herrera | Replace hardcoded 200000000 with autovacuum_freeze_max_age |
commit | commitdiff | tree |
| 2013-11-29 |
Tom Lane | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). |
commit | commitdiff | tree |
| 2013-11-29 |
Tom Lane | Be sure to release proc->backendLock after SetupLockInT... |
commit | commitdiff | tree |
| 2013-11-29 |
Tom Lane | Fix assorted race conditions in the new timeout infrast... |
commit | commitdiff | tree |
| 2013-11-28 |
Tom Lane | Fix latent(?) race condition in LockReleaseAll. |
commit | commitdiff | tree |
| 2013-11-28 |
Alvaro Herrera | Use a more granular approach to follow update chains |
commit | commitdiff | tree |
| 2013-11-28 |
Alvaro Herrera | Compare Xmin to previous Xmax when locking an update... |
commit | commitdiff | tree |
| 2013-11-28 |
Alvaro Herrera | Don't try to set InvalidXid as page pruning hint |
commit | commitdiff | tree |
| 2013-11-28 |
Alvaro Herrera | Cope with heap_fetch failure while locking an update... |
commit | commitdiff | tree |
| 2013-11-28 |
Peter Eisentraut | doc: Put data types in alphabetical order |
commit | commitdiff | tree |
| 2013-11-27 |
Tom Lane | Fix stale-pointer problem in fast-path locking logic. |
commit | commitdiff | tree |
| 2013-11-27 |
Heikki Linnakangas | Don't update relfrozenxid if any pages were skipped. |
commit | commitdiff | tree |
| 2013-11-27 |
Michael Meskes | ECPG: Fix searching for quoted cursor names case-sensit... |
commit | commitdiff | tree |
| 2013-11-27 |
Michael Meskes | Documentation fix for ecpg. |
commit | commitdiff | tree |
| 2013-11-27 |
Fujii Masao | Fix typo in release note. |
commit | commitdiff | tree |
| 2013-11-26 |
Michael Meskes | ECPG: Fix offset to NULL/size indicator array. |
commit | commitdiff | tree |
| 2013-11-26 |
Michael Meskes | ECPG: Make the preprocessor emit ';' if the variable... |
commit | commitdiff | tree |
| 2013-11-24 |
Tom Lane | Defend against bad trigger definitions in contrib/lo... |
commit | commitdiff | tree |
| 2013-11-24 |
Tom Lane | Fix array slicing of int2vector and oidvector values. |
commit | commitdiff | tree |
| 2013-11-23 |
Tom Lane | Ensure _dosmaperr() actually sets errno correctly. |
commit | commitdiff | tree |
| 2013-11-23 |
Peter Eisentraut | Avoid potential buffer overflow crash |
commit | commitdiff | tree |
| 2013-11-22 |
Tom Lane | Flatten join alias Vars before pulling up targetlist... |
commit | commitdiff | tree |
| 2013-11-22 |
Tom Lane | Fix quoting in help messages in uuid-ossp extension... |
commit | commitdiff | tree |
| 2013-11-22 |
Heikki Linnakangas | Fix Hot-Standby initialization of clog and subtrans. |
commit | commitdiff | tree |
| 2013-11-21 |
Fujii Masao | Fix pg_isready to handle -d option properly. |
commit | commitdiff | tree |
| 2013-11-19 |
Bruce Momjian | docs: update page format to specify page checksum... |
commit | commitdiff | tree |
| 2013-11-19 |
Peter Eisentraut | pg_upgrade: Report full disk better |
commit | commitdiff | tree |
| 2013-11-18 |
Heikki Linnakangas | Count locked pages that don't need vacuuming as scanned. |
commit | commitdiff | tree |
| 2013-11-15 |
Tom Lane | Fix incorrect loop counts in tidbitmap.c. |
commit | commitdiff | tree |
| 2013-11-15 |
Tom Lane | Compute correct em_nullable_relids in get_eclass_for_so... |
commit | commitdiff | tree |
| 2013-11-15 |
Robert Haas | doc: Restore proper alphabetical order. |
commit | commitdiff | tree |
| 2013-11-13 |
Tom Lane | Clarify CREATE FUNCTION documentation about handling... |
commit | commitdiff | tree |
| 2013-11-12 |
Magnus Hagander | Fix doc links in README file to work with new website... |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Fix failure with whole-row reference to a subquery. |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Fix ruleutils pretty-printing to not generate trailing... |
commit | commitdiff | tree |
| 2013-11-11 |
Tom Lane | Re-allow duplicate aliases within aliased JOINs. |
commit | commitdiff | tree |
| 2013-11-11 |
Magnus Hagander | Don't abort pg_basebackup when receiving empty WAL... |
commit | commitdiff | tree |
| 2013-11-08 |
Heikki Linnakangas | Fix race condition in GIN posting tree page deletion. |
commit | commitdiff | tree |
| 2013-11-08 |
Tom Lane | Make contain_volatile_functions/contain_mutable_functio... |
commit | commitdiff | tree |
| 2013-11-08 |
Tom Lane | Fix subtly-wrong volatility checking in BeginCopyFrom(). |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Be more robust when strerror() doesn't give a useful... |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Prevent display of dropped columns in row constraint... |
commit | commitdiff | tree |
| 2013-11-07 |
Tom Lane | Fix generation of MergeAppend plans for optimized min... |
commit | commitdiff | tree |
| 2013-11-06 |
Tom Lane | Support default arguments and named-argument notation... |
commit | commitdiff | tree |
| 2013-11-06 |
Kevin Grittner | Keep heap open until new heap generated in RMV. |
commit | commitdiff | tree |
| 2013-11-06 |
Tom Lane | Improve the error message given for modifying a window... |
commit | commitdiff | tree |
| 2013-11-04 |
Kevin Grittner | Fix breakage of MV column name list usage. |
commit | commitdiff | tree |
| 2013-11-04 |
Heikki Linnakangas | Fix parsing of xlog file name in pg_receivexlog. |
commit | commitdiff | tree |
| 2013-11-03 |
Tom Lane | Prevent memory leaks from accumulating across printtup... |
commit | commitdiff | tree |
| 2013-11-03 |
Michael Meskes | Changed test case slightly so it doesn't have an unused... |
commit | commitdiff | tree |
| 2013-11-03 |
Kevin Grittner | Acquire appropriate locks when rewriting during RMV. |
commit | commitdiff | tree |
| 2013-11-02 |
Kevin Grittner | Fix subquery reference to non-populated MV in CMV. |
commit | commitdiff | tree |
| 2013-11-02 |
Tom Lane | Retry after buffer locking failure during SPGiST index... |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Ensure all files created for a single BufFile have... |
commit | commitdiff | tree |
| 2013-11-01 |
Tom Lane | Fix some odd behaviors when using a SQL-style simple... |
commit | commitdiff | tree |
| 2013-10-29 |
Tom Lane | Prevent using strncpy with src == dest in TupleDescInit... |
commit | commitdiff | tree |
| 2013-10-28 |
Andrew Dunstan | Work around NetBSD shell issue in pg_upgrade test script. |
commit | commitdiff | tree |
| 2013-10-28 |
Tom Lane | Improve documentation about usage of FDW validator... |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Plug memory leak when reloading config file. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Fix memory leak when an empty ident file is reloaded. |
commit | commitdiff | tree |
| 2013-10-24 |
Heikki Linnakangas | Fix typos in comments. |
commit | commitdiff | tree |
| 2013-10-23 |
Heikki Linnakangas | Fix two bugs in setting the vm bit of empty pages. |
commit | commitdiff | tree |
| 2013-10-21 |
Peter Eisentraut | Add libpgcommon to backend gettext source files |
commit | commitdiff | tree |
| 2013-10-17 |
Andrew Dunstan | Return valid json when converting an empty hstore. |
commit | commitdiff | tree |
| 2013-10-15 |
Bruce Momjian | docs: correct 9.1 and 9.2 release note mention of timel... |
commit | commitdiff | tree |
| 2013-10-11 |
Peter Eisentraut | doc: Fix table column number declaration |
commit | commitdiff | tree |
| 2013-10-09 |
Bruce Momjian | doc: fix typo in release notes |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | docs: clarify references to md5 hash and md5 crypt... |
commit | commitdiff | tree |
| 2013-10-08 |
Peter Eisentraut | Stamp 9.3.1. REL9_3_1 |
commit | commitdiff | tree |
| 2013-10-08 |
Peter Eisentraut | Revert "Document support for VPATH builds of extensions." |
commit | commitdiff | tree |
| 2013-10-08 |
Peter Eisentraut | Revert "Backpatch pgxs vpath build and installation... |
commit | commitdiff | tree |
| 2013-10-08 |
Peter Eisentraut | Revert "Ensure installation dirs are built before conte... |
commit | commitdiff | tree |
| 2013-10-08 |
Bruce Momjian | docs: update release notes for 8.4.18, 9.0.14, 9.1... |
commit | commitdiff | tree |
| 2013-10-07 |
Heikki Linnakangas | Fix bugs in SSI tuple locking. |
commit | commitdiff | tree |
| 2013-10-07 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
| 2013-10-07 |
Kevin Grittner | Eliminate xmin from hash tag for predicate locks on... |
commit | commitdiff | tree |
| 2013-10-07 |
Andrew Dunstan | Document support for VPATH builds of extensions. |
commit | commitdiff | tree |
| 2013-10-05 |
Bruce Momjian | pg_upgrade doc: link mode additions |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | add multixact-no-deadlock to schedule |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | Make some isolationtester specs more complete |
commit | commitdiff | tree |
| 2013-10-04 |
Alvaro Herrera | isolationtester: Allow tuples to be returned in more... |
commit | commitdiff | tree |
| 2013-10-03 |
Peter Eisentraut | doc: Correct psycopg URL |
commit | commitdiff | tree |
| 2013-10-02 |
Magnus Hagander | Fix copy/paste error |
commit | commitdiff | tree |
| 2013-10-01 |
Alvaro Herrera | Remove broken PGXS code for pg_xlogdump |
commit | commitdiff | tree |
| 2013-09-30 |
Andrew Dunstan | Add missing condition for pg_depend in hstore migration... |
commit | commitdiff | tree |
| 2013-09-30 |
Andrew Dunstan | Ensure installation dirs are built before contents... |
commit | commitdiff | tree |
| 2013-09-30 |
Heikki Linnakangas | Fix snapshot leak if lo_open called on non-existent... |
commit | commitdiff | tree |
| 2013-09-30 |
Andrew Dunstan | Fix makefile broken by hstore fix. |
commit | commitdiff | tree |
| 2013-09-29 |
Andrew Dunstan | Use a new hstore extension version for added json funct... |
commit | commitdiff | tree |
| 2013-09-29 |
Andrew Dunstan | Backpatch pgxs vpath build and installation fixes. |
commit | commitdiff | tree |
| 2013-09-26 |
Andrew Dunstan | Fix erroneous statements about multiply specified JSON... |
commit | commitdiff | tree |
| 2013-09-26 |
Heikki Linnakangas | Fix spurious warning after vacuuming a page on a table... |
commit | commitdiff | tree |
| 2013-09-25 |
Heikki Linnakangas | Plug memory leak in range_cmp function. |
commit | commitdiff | tree |
| 2013-09-24 |
Alvaro Herrera | Fix pgindent comment breakage |
commit | commitdiff | tree |
| 2013-09-23 |
Noah Misch | Use @libdir@ in both of regress/{input,output}/security... |
commit | commitdiff | tree |
| 2013-09-23 |
Robert Haas | doc: Clarify that file_fdw options require values. |
commit | commitdiff | tree |
| next |