index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix error-checking typo in check_TSCurrentConfig().
Tom Lane
2013-01-20
*
Fix an O(N^2) performance issue for sessions modifying many relations.
Tom Lane
2013-01-20
*
Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.
Tom Lane
2013-01-19
*
Modernize string literal syntax in tutorial example.
Tom Lane
2013-01-19
*
Make pgxs build executables with the right suffix.
Andrew Dunstan
2013-01-19
*
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2013-01-18
*
Rename new latex longtable function name, for consistency
Bruce Momjian
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-18
*
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-16
*
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-15
*
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-13
*
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-13
*
Extend and improve use of EXTRA_REGRESS_OPTS.
Andrew Dunstan
2013-01-12
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
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-09
*
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-07
[next]