index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make output identical to pg_resetxlog's
Alvaro Herrera
2013-01-24
1
-1
/
+1
*
Fix rare missing cancellations in Hot Standby.
Simon Riggs
2013-01-24
1
-1
/
+1
*
pg_upgrade: report failed cluster name
Bruce Momjian
2013-01-24
1
-1
/
+2
*
Also fix rotation of csvlog on Windows.
Heikki Linnakangas
2013-01-24
1
-4
/
+6
*
Docs shouldn't say HOT Standby.
Simon Riggs
2013-01-24
1
-2
/
+2
*
Fix failure to rotate postmaster log file for size reasons on Windows.
Tom Lane
2013-01-23
1
-0
/
+9
*
isolationtester: add a few fflush(stderr) calls
Alvaro Herrera
2013-01-23
1
-1
/
+3
*
Clarify that connection parameters aren't totally meaningless for PQping.
Robert Haas
2013-01-23
1
-4
/
+6
*
pg_isready
Robert Haas
2013-01-23
7
-1
/
+413
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
106
-1458
/
+5994
*
Further documentation tweaks for event triggers.
Robert Haas
2013-01-23
1
-5
/
+11
*
Update comments and output for event_trigger regression test.
Robert Haas
2013-01-23
2
-4
/
+9
*
Implement pg_unreachable() on MSVC.
Heikki Linnakangas
2013-01-23
1
-0
/
+2
*
Gitignore vcxproj files.
Andrew Dunstan
2013-01-23
1
-0
/
+1
*
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-23
5
-11
/
+92
*
pg_upgrade: remove --single-transaction usage
Bruce Momjian
2013-01-22
1
-4
/
+3
*
doc: Fix declared number of columns in table
Peter Eisentraut
2013-01-22
1
-1
/
+1
*
Fix a few small bugs in yesterday's event trigger patch.
Robert Haas
2013-01-22
1
-1
/
+4
*
Fix CREATE EVENT TRIGGER syntax synopsis in documentation.
Robert Haas
2013-01-22
1
-1
/
+1
*
Typo fixes.
Robert Haas
2013-01-21
1
-2
/
+2
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
12
-32
/
+113
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
8
-152
/
+390
*
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-21
19
-851
/
+348
*
Fix one-byte buffer overrun in PQprintTuples().
Tom Lane
2013-01-20
1
-4
/
+3
*
Fix error-checking typo in check_TSCurrentConfig().
Tom Lane
2013-01-20
1
-1
/
+1
*
doc: Fix syntax of a URL
Peter Eisentraut
2013-01-20
1
-1
/
+1
*
Fix an O(N^2) performance issue for sessions modifying many relations.
Tom Lane
2013-01-20
1
-46
/
+128
*
Clarify that streaming replication can be both async and sync
Magnus Hagander
2013-01-20
1
-7
/
+8
*
Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.
Tom Lane
2013-01-19
1
-1
/
+8
*
Modernize string literal syntax in tutorial example.
Tom Lane
2013-01-19
1
-7
/
+12
*
Make pgxs build executables with the right suffix.
Andrew Dunstan
2013-01-19
1
-1
/
+1
*
libpq doc: Clarify what commands return PGRES_TUPLES_OK
Peter Eisentraut
2013-01-18
1
-1
/
+2
*
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2013-01-18
1
-3
/
+54
*
Rename new latex longtable function name, for consistency
Bruce Momjian
2013-01-18
1
-2
/
+2
*
Unbreak lock conflict detection for Hot Standby.
Robert Haas
2013-01-18
1
-6
/
+6
*
Improve pg_upgrade error report
Bruce Momjian
2013-01-18
1
-1
/
+2
*
Fix off-by-one bug in xlog reading logic
Alvaro Herrera
2013-01-18
1
-1
/
+1
*
psql latex fixes
Bruce Momjian
2013-01-18
2
-2
/
+2
*
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
3
-29
/
+46
*
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-18
3
-11
/
+36
*
When xlogreader asks the callback function to read a page, make sure we
Heikki Linnakangas
2013-01-17
1
-18
/
+12
*
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
2
-6
/
+18
*
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
5
-14
/
+206
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
12
-290
/
+677
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
2
-34
/
+226
*
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-17
2
-33
/
+28
*
Add a latex-longtable output format to psql
Bruce Momjian
2013-01-17
4
-14
/
+199
*
Silence compiler warnings
Magnus Hagander
2013-01-17
1
-3
/
+3
*
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
7
-25
/
+40
*
Base the default SSL ciphers on DEFAULT instead of ALL
Magnus Hagander
2013-01-17
2
-2
/
+2
[next]