2013-02-09 |
Tom Lane | Reduce log level of picksplit-doesn't-support-secondary... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Tom Lane | Add an example of attaching a default value to an updat... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Peter Eisentraut | psql: Improve unaligned expanded output for zero rows |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Peter Eisentraut | psql: Improve expanded print output in tuples-only... |
commit | commitdiff | tree | snapshot |
2013-02-09 |
Tom Lane | Add support for ALTER RULE ... RENAME TO. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Simplify box_overlap computations. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Fix gist_box_same and gist_point_consistent to handle... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Alvaro Herrera | Clean up c.h / postgres.h after Assert() move |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Alvaro Herrera | Fix Xmax freeze conditions |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | doc: Fix mistakes in the most recent set of release... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Magnus Hagander | Fix another typo in a comment |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Peter Eisentraut | Exclude access/rmgrlist.h from cpluspluscheck |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Peter Eisentraut | scripts: Add build prerequisite on libpgport |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Peter Eisentraut | doc: Rewrite how to get the source code |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF). |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Tom Lane | Make contrib/btree_gist's GiST penalty function a bit... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix erroneous range-union logic for varlena types in... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Repair bugs in GiST page splitting code for multi-colum... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Tom Lane | Fix possible failure to send final transaction counts... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Simon Riggs | Rely only on checkpoint 1 at end of recovery. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Andrew Dunstan | Enable building with Microsoft Visual Studio 2012. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Alvaro Herrera | Split out list of XLog resource managers |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Alvaro Herrera | Improve error message wording |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Prevent execution of enum_recv() from SQL. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Tom Lane | Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Simon Riggs | Reset vacuum_defer_cleanup_age to PGC_SIGHUP. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Simon Riggs | Reset master xmin when hot_standby_feedback disabled. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Tom Lane | Perform line wrapping and indenting by default in ruleu... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Peter Eisentraut | PL/Python: Add result object str handler |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Tom Lane | Create a psql command \gset to store query results... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Tom Lane | Prevent "\g filename" from affecting subsequent command... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Simon Riggs | Mark vacuum_defer_cleanup_age as PGC_POSTMASTER. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Bruce Momjian | Adjust COPY FREEZE error message to be more accurate... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Peter Eisentraut | doc: Tiny whitespace fix |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alvaro Herrera | Move Assert() definitions to c.h |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alvaro Herrera | Fix typo in freeze_table_age implementation |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alvaro Herrera | Fill tuple before HeapSatisfiesHOTAndKeyUpdate |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Peter Eisentraut | Add CREATE RECURSIVE VIEW syntax |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Peter Eisentraut | PL/Tcl: Fix compiler warnings with Tcl 8.6 |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Alvaro Herrera | Restrict infomask bits to set on multixacts |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Alvaro Herrera | pgrowlocks: fix bogus lock strength output |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bruce Momjian | pg_upgrade docs: mention modification of postgresql... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Simon Riggs | Switch timelines if we crash soon after promotion. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Lane | Reject nonzero day fields in AT TIME ZONE INTERVAL... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Magnus Hagander | Properly zero-pad the day-of-year part of the win32... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tatsuo Ishii | Add --aggregate-interval option. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Lane | Don't use spi_priv.h in plpython. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tom Lane | Fix plpgsql's reporting of plan-time errors in possibly... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Tom Lane | Fix grammar for subscripting or field selection from... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Peter Eisentraut | pg_regress: Allow overriding diff options |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Peter Eisentraut | entab: Fix some compiler warnings |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Tom Lane | Provide database object names as separate fields in... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Heikki Linnakangas | Allow pgbench to use a scale larger than 21474. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Heikki Linnakangas | Skip truncating ON COMMIT DELETE ROWS temp tables,... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Simon Riggs | Fast promote mode skips checkpoint at end of recovery. |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Alvaro Herrera | REASSIGN OWNED: handle shared objects, too |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Alvaro Herrera | DROP OWNED: don't try to drop tablespaces/databases |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Heikki Linnakangas | Handle SPIErrors raised directly in PL/Python code. |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Michael Meskes | Made ecpglib use translated messages. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Tom Lane | Make LATERAL implicit for functions in FROM. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Bruce Momjian | Update comments in new DROP IF EXISTS code; commit... |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Bruce Momjian | Update LookupExplicitNamespace() comments; commit... |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Bruce Momjian | Issue ERROR if FREEZE mode can't be honored by COPY |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Bruce Momjian | Allow CREATE TABLE IF EXIST so succeed if the schema... |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Bruce Momjian | doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Tom Lane | Fix plpython's handling of functions used as triggers... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: mention commit_delay is only honored if fsync... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Tom Lane | Change plan caching to honor, not resist, changes in... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: merge ecpg username/password example into C comment |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: adjust search_path secondary index mention |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: split search_path index entries into separate... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Robert Haas | Make it easy to time out pg_isready, and make the defau... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | docs: In ecpg, clarify how username/password colon... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Heikki Linnakangas | Add prosecdef to \df+ output. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: improve wording of "foreign data server" in file... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Heikki Linnakangas | Add some randomness to the choice of which GiST page... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Magnus Hagander | Make pg_dump exclude unlogged table data on hot standby... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Tom Lane | Fix concat() and format() to handle VARIADIC-labeled... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: add mention of ssi read anomolies to mvcc docs |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Bruce Momjian | doc: correct sepgsql doc about permission checking... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Tom Lane | Fix SPI documentation for new handling of ExecutorRun... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Andrew Dunstan | Use correct output device for Windows prompts. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Bruce Momjian | pg_upgrade: detect stale postmaster.pid lock files |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alvaro Herrera | Redefine HEAP_XMAX_IS_LOCKED_ONLY |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alvaro Herrera | Use the catversion to distinguish old/new clusters |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alvaro Herrera | Don't require oldestMultixact if server doesn't have it |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Alvaro Herrera | Make output identical to pg_resetxlog's |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Simon Riggs | Fix rare missing cancellations in Hot Standby. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Bruce Momjian | pg_upgrade: report failed cluster name |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Heikki Linnakangas | Also fix rotation of csvlog on Windows. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Simon Riggs | Docs shouldn't say HOT Standby. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Tom Lane | Fix failure to rotate postmaster log file for size... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Alvaro Herrera | isolationtester: add a few fflush(stderr) calls |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Robert Haas | Clarify that connection parameters aren't totally meani... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Robert Haas | pg_isready |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Alvaro Herrera | Improve concurrency of foreign key locking |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Robert Haas | Further documentation tweaks for event triggers. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Robert Haas | Update comments and output for event_trigger regression... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Heikki Linnakangas | Implement pg_unreachable() on MSVC. |
commit | commitdiff | tree | snapshot |
next |