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
*
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
2011-03-25
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Add post-creation hook for extensions, consistent with other object types.
Robert Haas
2011-03-24
*
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-24
*
Minor changes to recovery pause behaviour.
Simon Riggs
2011-03-23
*
Remove synchronous_replication/max_wal_senders cross-check.
Robert Haas
2011-03-23
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Make initdb ignore locales for client-only encodings.
Tom Lane
2011-03-22
*
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
*
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-22
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-22
*
When two base backups are started at the same time with pg_basebackup,
Heikki Linnakangas
2011-03-21
*
Add some platform-independent tests for the collation feature.
Tom Lane
2011-03-20
*
Suppress platform-dependent unused-variable warning.
Tom Lane
2011-03-20
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-19
*
Properly clear the verbose output of pg_basebackup
Magnus Hagander
2011-03-19
*
Fix possible "tuple concurrently updated" error in ALTER TABLE.
Robert Haas
2011-03-18
*
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
*
Woops. Previous patch to remove -X options missed getopt_long calls().
Robert Haas
2011-03-18
*
Make synchronous replication query cancel/die messages more consistent.
Robert Haas
2011-03-18
*
Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Robert Haas
2011-03-18
*
Remove bogus semicolons in recoveryPausesHere.
Robert Haas
2011-03-18
*
Remove bogus comment.
Robert Haas
2011-03-17
*
Fix PL/Python memory leak involving array slices
Alvaro Herrera
2011-03-17
*
Raise maximum value of several timeout parameters
Peter Eisentraut
2011-03-17
*
Add pause_at_recovery_target to recovery.conf.sample; improve docs.
Robert Haas
2011-03-17
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
*
Use correct PATH separator for Cygwin in pg_regress.c.
Andrew Dunstan
2011-03-17
*
Tab completion for \pset format and \pset linestyle.
Robert Haas
2011-03-16
*
Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.
Tom Lane
2011-03-15
*
Add hint suggesting the use of EXECUTE CREATE TABLE ... AS for EXECUTE INTO.
Bruce Momjian
2011-03-15
*
Add database comments to template0 and postgres databases, and improve
Bruce Momjian
2011-03-15
*
Remove 13 keywords that are used only for ROLE options.
Robert Haas
2011-03-15
*
Remove special case allowing parameters to ident auth for initdb
Magnus Hagander
2011-03-14
*
Adjust regression test to avoid platform-dependent failure.
Tom Lane
2011-03-14
*
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-14
*
Simplify list traversal logic in add_path().
Tom Lane
2011-03-13
*
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
*
Use "backend process" rather than "backend server", where appropriate.
Bruce Momjian
2011-03-12
*
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-12
*
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-12
*
On further reflection, we'd better do the same in int.c.
Tom Lane
2011-03-11
*
Put in some more safeguards against executing a division-by-zero.
Tom Lane
2011-03-11
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
*
In ecpg preprocessor, don't try to look up constants in the test for
Heikki Linnakangas
2011-03-11
[next]