| 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 |
| 2013-01-07 |
Robert Haas | Fix incorrect error message when schema-CREATE permissi... |
commit | commitdiff | tree |
| 2013-01-07 |
Tatsuo Ishii | Add new "-q" logging option (quiet mode) while in initi... |
commit | commitdiff | tree |
| 2013-01-06 |
Tom Lane | Fix plpython build on older versions of OS X. |
commit | commitdiff | tree |
| 2013-01-05 |
Magnus Hagander | Add support for generating minimal recovery.conf when... |
commit | commitdiff | tree |
| 2013-01-05 |
Magnus Hagander | Centralize single quote escaping in src/port/quotes.c |
commit | commitdiff | tree |
| 2013-01-05 |
Peter Eisentraut | PL/Python: Make build on OS X more flexible |
commit | commitdiff | tree |
| 2013-01-05 |
Peter Eisentraut | Revert "PL/Python: Remove workaround for returning... |
commit | commitdiff | tree |
| 2013-01-05 |
Peter Eisentraut | doc: Update CREATE FUNCTION compatibility information |
commit | commitdiff | tree |
| 2013-01-05 |
Peter Eisentraut | Make some spelling more consistent |
commit | commitdiff | tree |
| 2013-01-04 |
Tom Lane | Invent a "one-shot" variant of CachedPlans for better... |
commit | commitdiff | tree |
| 2013-01-03 |
Tom Lane | Prevent creation of postmaster's TCP socket during... |
commit | commitdiff | tree |
| 2013-01-03 |
Heikki Linnakangas | Tolerate timeline switches while "pg_basebackup -X... |
commit | commitdiff | tree |
| 2013-01-03 |
Heikki Linnakangas | Delay reading timeline history file until it's fetched... |
commit | commitdiff | tree |
| 2013-01-03 |
Bruce Momjian | Adjust a few pg_upgrade functions to return void. |
commit | commitdiff | tree |
| 2013-01-02 |
Alvaro Herrera | Fix IsUnderPostmaster/EXEC_BACKEND confusion |
commit | commitdiff | tree |
| 2013-01-02 |
Alvaro Herrera | Set MaxBackends only on bootstrap and standalone modes |
commit | commitdiff | tree |
| 2013-01-02 |
Magnus Hagander | Move tar function headers to pgtar.h |
commit | commitdiff | tree |
| 2013-01-02 |
Alvaro Herrera | Make sure MaxBackends is always set |
commit | commitdiff | tree |
| 2013-01-02 |
Alvaro Herrera | Fix background workers for EXEC_BACKEND |
commit | commitdiff | tree |
| 2013-01-02 |
Heikki Linnakangas | Fix bug in streaming replication over multiple tli... |
commit | commitdiff | tree |
| 2013-01-02 |
Heikki Linnakangas | Fix silly typo in code, which broke the check for reach... |
commit | commitdiff | tree |
| 2013-01-01 |
Bruce Momjian | Update copyrights for 2013 |
commit | commitdiff | tree |
| 2013-01-01 |
Magnus Hagander | Add new file to MSVC build system as well |
commit | commitdiff | tree |
| 2013-01-01 |
Magnus Hagander | Unify some tar functionality across different parts |
commit | commitdiff | tree |
| 2013-01-01 |
Heikki Linnakangas | Winflex binary on FTP site doesn't work on 64-bit Windo... |
commit | commitdiff | tree |
| 2013-01-01 |
Magnus Hagander | Fix descrition of pg_resetxlog -l parameter |
commit | commitdiff | tree |
| 2012-12-31 |
Tom Lane | Fix ruleutils to cope with conflicts from adding/droppi... |
commit | commitdiff | tree |
| 2012-12-31 |
Peter Eisentraut | doc: Correct description of ldapurl |
commit | commitdiff | tree |
| next |