| 2013-01-25 |
Tom Lane | Change plan caching to honor, not resist, changes in... |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: merge ecpg username/password example into C comment |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: adjust search_path secondary index mention |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: split search_path index entries into separate... |
commit | commitdiff | tree |
| 2013-01-25 |
Robert Haas | Make it easy to time out pg_isready, and make the defau... |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | docs: In ecpg, clarify how username/password colon... |
commit | commitdiff | tree |
| 2013-01-25 |
Heikki Linnakangas | Add prosecdef to \df+ output. |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: improve wording of "foreign data server" in file... |
commit | commitdiff | tree |
| 2013-01-25 |
Heikki Linnakangas | Add some randomness to the choice of which GiST page... |
commit | commitdiff | tree |
| 2013-01-25 |
Magnus Hagander | Make pg_dump exclude unlogged table data on hot standby... |
commit | commitdiff | tree |
| 2013-01-25 |
Tom Lane | Fix concat() and format() to handle VARIADIC-labeled... |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: add mention of ssi read anomolies to mvcc docs |
commit | commitdiff | tree |
| 2013-01-25 |
Bruce Momjian | doc: correct sepgsql doc about permission checking... |
commit | commitdiff | tree |
| 2013-01-24 |
Tom Lane | Fix SPI documentation for new handling of ExecutorRun... |
commit | commitdiff | tree |
| 2013-01-24 |
Andrew Dunstan | Use correct output device for Windows prompts. |
commit | commitdiff | tree |
| 2013-01-24 |
Bruce Momjian | pg_upgrade: detect stale postpid lock files |
commit | commitdiff | tree |
| 2013-01-24 |
Alvaro Herrera | Redefine HEAP_XMAX_IS_LOCKED_ONLY |
commit | commitdiff | tree |
| 2013-01-24 |
Alvaro Herrera | Use the catversion to distinguish old/new clusters |
commit | commitdiff | tree |
| 2013-01-24 |
Alvaro Herrera | Don't require oldestMultixact if server doesn't have it |
commit | commitdiff | tree |
| 2013-01-24 |
Alvaro Herrera | Make output identical to pg_resetxlog's |
commit | commitdiff | tree |
| 2013-01-24 |
Simon Riggs | Fix rare missing cancellations in Hot Standby. |
commit | commitdiff | tree |
| 2013-01-24 |
Bruce Momjian | pg_upgrade: report failed cluster name |
commit | commitdiff | tree |
| 2013-01-24 |
Heikki Linnakangas | Also fix rotation of csvlog on Windows. |
commit | commitdiff | tree |
| 2013-01-24 |
Simon Riggs | Docs shouldn't say HOT Standby. |
commit | commitdiff | tree |
| 2013-01-24 |
Tom Lane | Fix failure to rotate postmaster log file for size... |
commit | commitdiff | tree |
| 2013-01-23 |
Alvaro Herrera | isolationtester: add a few fflush(stderr) calls |
commit | commitdiff | tree |
| 2013-01-23 |
Robert Haas | Clarify that connection parameters aren't totally meani... |
commit | commitdiff | tree |
| 2013-01-23 |
Robert Haas | pg_isready |
commit | commitdiff | tree |
| 2013-01-23 |
Alvaro Herrera | Improve concurrency of foreign key locking |
commit | commitdiff | tree |
| 2013-01-23 |
Robert Haas | Further documentation tweaks for event triggers. |
commit | commitdiff | tree |
| 2013-01-23 |
Robert Haas | Update comments and output for event_trigger regression... |
commit | commitdiff | tree |
| 2013-01-23 |
Heikki Linnakangas | Implement pg_unreachable() on MSVC. |
commit | commitdiff | tree |
| 2013-01-23 |
Andrew Dunstan | Gitignore vcxproj files. |
commit | commitdiff | tree |
| 2013-01-23 |
Heikki Linnakangas | Fix more issues with cascading replication and timeline... |
commit | commitdiff | tree |
| 2013-01-23 |
Bruce Momjian | pg_upgrade: remove --single-transaction usage |
commit | commitdiff | tree |
| 2013-01-23 |
Peter Eisentraut | doc: Fix declared number of columns in table |
commit | commitdiff | tree |
| 2013-01-23 |
Robert Haas | Fix a few small bugs in yesterday's event trigger patch. |
commit | commitdiff | tree |
| 2013-01-22 |
Robert Haas | Fix CREATE EVENT TRIGGER syntax synopsis in documentation. |
commit | commitdiff | tree |
| 2013-01-22 |
Robert Haas | Typo fixes. |
commit | commitdiff | tree |
| 2013-01-22 |
Tom Lane | Add infrastructure for storing a VARIADIC ANY function... |
commit | commitdiff | tree |
| 2013-01-21 |
Robert Haas | Add ddl_command_end support for event triggers. |
commit | commitdiff | tree |
| 2013-01-21 |
Alvaro Herrera | Refactor ALTER some-obj RENAME implementation |
commit | commitdiff | tree |
| 2013-01-21 |
Tom Lane | Fix one-byte buffer overrun in PQprintTuples(). |
commit | commitdiff | tree |
| 2013-01-21 |
Tom Lane | Fix error-checking typo in check_TSCurrentConfig(). |
commit | commitdiff | tree |
| 2013-01-21 |
Peter Eisentraut | doc: Fix syntax of a URL |
commit | commitdiff | tree |
| 2013-01-20 |
Tom Lane | Fix an O(N^2) performance issue for sessions modifying... |
commit | commitdiff | tree |
| 2013-01-20 |
Magnus Hagander | Clarify that streaming replication can be both async... |
commit | commitdiff | tree |
| 2013-01-19 |
Tom Lane | Use SET TRANSACTION READ ONLY in pg_dump, if server... |
commit | commitdiff | tree |
| 2013-01-19 |
Tom Lane | Modernize string literal syntax in tutorial example. |
commit | commitdiff | tree |
| 2013-01-19 |
Andrew Dunstan | Make pgxs build executables with the right suffix. |
commit | commitdiff | tree |
| 2013-01-19 |
Peter Eisentraut | libpq doc: Clarify what commands return PGRES_TUPLES_OK |
commit | commitdiff | tree |
| 2013-01-18 |
Tom Lane | Protect against SnapshotNow race conditions in pg_table... |
commit | commitdiff | tree |
| 2013-01-18 |
Bruce Momjian | Rename new latex longtable function name, for consistency |
commit | commitdiff | tree |
| 2013-01-18 |
Robert Haas | Unbreak lock conflict detection for Hot Standby. |
commit | commitdiff | tree |
| 2013-01-18 |
Bruce Momjian | Improve pg_upgrade error report |
commit | commitdiff | tree |
| 2013-01-18 |
Alvaro Herrera | Fix off-by-one bug in xlog reading logic |
commit | commitdiff | tree |
| 2013-01-18 |
Bruce Momjian | psql latex fixes |
commit | commitdiff | tree |
| 2013-01-18 |
Heikki Linnakangas | Now that START_REPLICATION returns the next timeline... |
commit | commitdiff | tree |
| 2013-01-18 |
Heikki Linnakangas | Use the right timeline when beginning to stream from |
commit | commitdiff | tree |
| 2013-01-17 |
Heikki Linnakangas | When xlogreader asks the callback function to read... |
commit | commitdiff | tree |
| 2013-01-17 |
Heikki Linnakangas | I added a result set to START_STREAMING command, but... |
commit | commitdiff | tree |
| 2013-01-17 |
Alvaro Herrera | Accelerate end-of-transaction dropping of relations |
commit | commitdiff | tree |
| 2013-01-17 |
Heikki Linnakangas | Make pg_receivexlog and pg_basebackup -X stream work... |
commit | commitdiff | tree |
| 2013-01-17 |
Tom Lane | Improve memory space management in tuplesort and tuples... |
commit | commitdiff | tree |
| 2013-01-17 |
Heikki Linnakangas | Fix a couple of error-handling bugs in the xlogreader... |
commit | commitdiff | tree |
| 2013-01-17 |
Bruce Momjian | Add a latex-longtable output format to psql |
commit | commitdiff | tree |
| 2013-01-17 |
Magnus Hagander | Silence compiler warnings |
commit | commitdiff | tree |
| 2013-01-17 |
Heikki Linnakangas | Make GiST indexes on-disk compatible with 9.2 again. |
commit | commitdiff | tree |
| 2013-01-17 |
Magnus Hagander | Base the default SSL ciphers on DEFAULT instead of ALL |
commit | commitdiff | tree |
| 2013-01-17 |
Magnus Hagander | Make size-output fixed length in pg_basebackup verbose... |
commit | commitdiff | tree |
| 2013-01-17 |
Magnus Hagander | Truncate filenames in the leadning end in pg_basebackup... |
commit | commitdiff | tree |
| 2013-01-17 |
Magnus Hagander | Support multiple -t/--table arguments for more commands |
commit | commitdiff | tree |
| 2013-01-17 |
Peter Eisentraut | Get rid of pg_dump's README |
commit | commitdiff | tree |
| 2013-01-16 |
Alvaro Herrera | Split out XLog reading as an independent facility |
commit | commitdiff | tree |
| 2013-01-15 |
Heikki Linnakangas | Make \? help message more clear when not connected. |
commit | commitdiff | tree |
| 2013-01-15 |
Heikki Linnakangas | Don't pass NULL to fprintf, if not currently connected... |
commit | commitdiff | tree |
| 2013-01-15 |
Alvaro Herrera | Rework order of checks in ALTER / SET SCHEMA |
commit | commitdiff | tree |
| 2013-01-15 |
Heikki Linnakangas | Give a proper error message if connecting to incompatib... |
commit | commitdiff | tree |
| 2013-01-15 |
Tom Lane | Fix hash_update_hash_key() to handle same-bucket case... |
commit | commitdiff | tree |
| 2013-01-14 |
Heikki Linnakangas | Return value of lseek() can be negative on failure. |
commit | commitdiff | tree |
| 2013-01-14 |
Tom Lane | Fix obsolete SQL syntax in comment. |
commit | commitdiff | tree |
| 2013-01-14 |
Tom Lane | Reject out-of-range dates in to_date(). |
commit | commitdiff | tree |
| 2013-01-14 |
Tom Lane | Add new timezone abbrevation "FET". |
commit | commitdiff | tree |
| 2013-01-14 |
Alvaro Herrera | Remove spurious space |
commit | commitdiff | tree |
| 2013-01-14 |
Tom Lane | Prevent very-low-probability PANIC during PREPARE TRANS... |
commit | commitdiff | tree |
| 2013-01-14 |
Peter Eisentraut | Make spelling more uniform |
commit | commitdiff | tree |
| 2013-01-13 |
Tom Lane | Update comments for elog_start(). |
commit | commitdiff | tree |
| 2013-01-13 |
Tom Lane | Improve handling of ereport(ERROR) and elog(ERROR). |
commit | commitdiff | tree |
| 2013-01-12 |
Andrew Dunstan | Extend and improve use of EXTRA_REGRESS_OPTS. |
commit | commitdiff | tree |
| 2013-01-11 |
Tom Lane | Redesign the planner's handling of index-descent cost... |
commit | commitdiff | tree |
| 2013-01-11 |
Tom Lane | Last-gasp attempt to save libperl.so configure probe. |
commit | commitdiff | tree |
| 2013-01-10 |
Tom Lane | Test linking libperl.so using only Perl's required... |
commit | commitdiff | tree |
| 2013-01-10 |
Tom Lane | Add explicit configure-time checks for perl.h and libpe... |
commit | commitdiff | tree |
| 2013-01-09 |
Andrew Dunstan | Detect Windows perl linkage parameters in configure... |
commit | commitdiff | tree |
| 2013-01-09 |
Magnus Hagander | Properly install ecpg_compat and pgtypes libraries... |
commit | commitdiff | tree |
| 2013-01-09 |
Magnus Hagander | Don't attempt to write recovery.conf when -R is not... |
commit | commitdiff | tree |
| 2013-01-09 |
Bruce Momjian | Allow parallel copy/link in pg_upgrade |
commit | commitdiff | tree |
| 2013-01-08 |
Tom Lane | Fix potential corruption of lock table in CREATE/DROP... |
commit | commitdiff | tree |
| 2013-01-08 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2013-01-07 |
Andrew Dunstan | Fix a logic bug in pgindent. |
commit | commitdiff | tree |
| next |