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 |
2013-01-23 |
Andrew Dunstan | Gitignore vcxproj files. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Heikki Linnakangas | Fix more issues with cascading replication and timeline... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bruce Momjian | pg_upgrade: remove --single-transaction usage |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Peter Eisentraut | doc: Fix declared number of columns in table |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Robert Haas | Fix a few small bugs in yesterday's event trigger patch. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Robert Haas | Fix CREATE EVENT TRIGGER syntax synopsis in documentation. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Robert Haas | Typo fixes. |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Tom Lane | Add infrastructure for storing a VARIADIC ANY function... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Robert Haas | Add ddl_command_end support for event triggers. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Alvaro Herrera | Refactor ALTER some-obj RENAME implementation |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Lane | Fix one-byte buffer overrun in PQprintTuples(). |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Tom Lane | Fix error-checking typo in check_TSCurrentConfig(). |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Peter Eisentraut | doc: Fix syntax of a URL |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Tom Lane | Fix an O(N^2) performance issue for sessions modifying... |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Magnus Hagander | Clarify that streaming replication can be both async... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Tom Lane | Use SET TRANSACTION READ ONLY in pg_dump, if server... |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Tom Lane | Modernize string literal syntax in tutorial example. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Andrew Dunstan | Make pgxs build executables with the right suffix. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Peter Eisentraut | libpq doc: Clarify what commands return PGRES_TUPLES_OK |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Tom Lane | Protect against SnapshotNow race conditions in pg_table... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Bruce Momjian | Rename new latex longtable function name, for consistency |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Robert Haas | Unbreak lock conflict detection for Hot Standby. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Bruce Momjian | Improve pg_upgrade error report |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Alvaro Herrera | Fix off-by-one bug in xlog reading logic |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Bruce Momjian | psql latex fixes |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Heikki Linnakangas | Now that START_REPLICATION returns the next timeline... |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Heikki Linnakangas | Use the right timeline when beginning to stream from... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Heikki Linnakangas | When xlogreader asks the callback function to read... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Heikki Linnakangas | I added a result set to START_STREAMING command, but... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Alvaro Herrera | Accelerate end-of-transaction dropping of relations |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Heikki Linnakangas | Make pg_receivexlog and pg_basebackup -X stream work... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Tom Lane | Improve memory space management in tuplesort and tuples... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Heikki Linnakangas | Fix a couple of error-handling bugs in the xlogreader... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Bruce Momjian | Add a latex-longtable output format to psql |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Magnus Hagander | Silence compiler warnings |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Heikki Linnakangas | Make GiST indexes on-disk compatible with 9.2 again. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Magnus Hagander | Base the default SSL ciphers on DEFAULT instead of ALL |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Magnus Hagander | Make size-output fixed length in pg_basebackup verbose... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Magnus Hagander | Truncate filenames in the leadning end in pg_basebackup... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Magnus Hagander | Support multiple -t/--table arguments for more commands |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Peter Eisentraut | Get rid of pg_dump's README |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Alvaro Herrera | Split out XLog reading as an independent facility |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Heikki Linnakangas | Make \? help message more clear when not connected. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Heikki Linnakangas | Don't pass NULL to fprintf, if not currently connected... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Alvaro Herrera | Rework order of checks in ALTER / SET SCHEMA |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Heikki Linnakangas | Give a proper error message if connecting to incompatib... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Tom Lane | Fix hash_update_hash_key() to handle same-bucket case... |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Heikki Linnakangas | Return value of lseek() can be negative on failure. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Tom Lane | Fix obsolete SQL syntax in comment. |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Tom Lane | Reject out-of-range dates in to_date(). |
commit | commitdiff | tree | snapshot |
next |