index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-01-18
Unbreak lock conflict detection for Hot Standby.
Robert Haas
2013-01-18
Fix off-by-one bug in xlog reading logic
Alvaro Herrera
2013-01-18
psql latex fixes
Bruce Momjian
2013-01-18
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-18
Use the right timeline when beginning to stream from master.
Heikki Linnakangas
2013-01-17
When xlogreader asks the callback function to read a page, make sure we
Heikki Linnakangas
2013-01-17
I added a result set to START_STREAMING command, but neglected walreceiver.
Heikki Linnakangas
2013-01-17
Accelerate end-of-transaction dropping of relations
Alvaro Herrera
2013-01-17
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
Fix a couple of error-handling bugs in the xlogreader patch.
Heikki Linnakangas
2013-01-17
Add a latex-longtable output format to psql
Bruce Momjian
2013-01-17
Silence compiler warnings
Magnus Hagander
2013-01-17
Make GiST indexes on-disk compatible with 9.2 again.
Heikki Linnakangas
2013-01-17
Base the default SSL ciphers on DEFAULT instead of ALL
Magnus Hagander
2013-01-17
Make size-output fixed length in pg_basebackup verbose mode
Magnus Hagander
2013-01-17
Truncate filenames in the leadning end in pg_basebackup verbose output
Magnus Hagander
2013-01-17
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
Get rid of pg_dump's README
Peter Eisentraut
2013-01-16
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-15
Make \? help message more clear when not connected.
Heikki Linnakangas
2013-01-15
Don't pass NULL to fprintf, if not currently connected to a database.
Heikki Linnakangas
2013-01-15
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-15
Give a proper error message if connecting to incompatible server.
Heikki Linnakangas
2013-01-15
Fix hash_update_hash_key() to handle same-bucket case correctly.
Tom Lane
2013-01-14
Return value of lseek() can be negative on failure.
Heikki Linnakangas
2013-01-14
Fix obsolete SQL syntax in comment.
Tom Lane
2013-01-14
Reject out-of-range dates in to_date().
Tom Lane
2013-01-14
Add new timezone abbrevation "FET".
Tom Lane
2013-01-14
Remove spurious space
Alvaro Herrera
2013-01-14
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-14
Make spelling more uniform
Peter Eisentraut
2013-01-13
Update comments for elog_start().
Tom Lane
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-12
Extend and improve use of EXTRA_REGRESS_OPTS.
Andrew Dunstan
2013-01-11
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-09
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-09
Properly install ecpg_compat and pgtypes libraries on msvc
Magnus Hagander
2013-01-09
Don't attempt to write recovery.conf when -R is not specified
Magnus Hagander
2013-01-08
Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2013-01-08
Fix typo
Peter Eisentraut
2013-01-07
Fix a logic bug in pgindent.
Andrew Dunstan
2013-01-07
Fix incorrect error message when schema-CREATE permission is absent.
Robert Haas
2013-01-05
Add support for generating minimal recovery.conf when doing base backups
Magnus Hagander
2013-01-05
Centralize single quote escaping in src/port/quotes.c
Magnus Hagander
2013-01-05
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2013-01-05
Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"
Peter Eisentraut
2013-01-05
Make some spelling more consistent
Peter Eisentraut
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-03
Tolerate timeline switches while "pg_basebackup -X fetch" is running.
Heikki Linnakangas
[next]