index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
*
Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas
2011-05-21
*
Message style improvements
Peter Eisentraut
2011-05-21
*
Consistent spacing for lengthy error messages
Peter Eisentraut
2011-05-19
*
Add example for replication in pg_hba.conf
Magnus Hagander
2011-05-19
*
Fix race condition in CheckTargetForConflictsIn.
Robert Haas
2011-05-19
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
*
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-13
*
Kill stray "not".
Robert Haas
2011-05-12
*
Fix assorted typos
Alvaro Herrera
2011-05-12
*
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
*
Clean up parsing of CREATE TRIGGER's argument list.
Tom Lane
2011-05-11
*
Shut down WAL receiver if it's still running at end of recovery. We used to
Heikki Linnakangas
2011-05-11
*
Prevent datebsearch() from crashing on base == NULL && nel == 0.
Tom Lane
2011-05-10
*
Adjust documentation with respect to "unknown" timezone setting.
Tom Lane
2011-05-10
*
Add C comment about the fact that the autovacuum limit can go backwards
Bruce Momjian
2011-05-08
*
Add comment about memory reordering to PredicateLockTupleRowVersionLink.
Robert Haas
2011-05-06
*
Move RegisterPredicateLockingXid() call to a safer place.
Tom Lane
2011-05-06
*
Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.
Tom Lane
2011-05-05
*
Clarify error message when attempting to create index on foreign table
Magnus Hagander
2011-05-05
*
Fix pull_up_sublinks' failure to handle nested pull-up opportunities.
Tom Lane
2011-05-02
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
*
Make CLUSTER lock the old table's toast table before copying data.
Tom Lane
2011-05-01
*
Lowercase status labels in pg_stat_replication view.
Bruce Momjian
2011-04-29
*
Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().
Tom Lane
2011-04-29
*
Rewrite pg_size_pretty() to avoid compiler bug.
Tom Lane
2011-04-29
*
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-28
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Fix array- and path-creating functions to ensure padding bytes are zeroes.
Tom Lane
2011-04-27
*
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
*
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2011-04-27
*
Use an explicit format string to keep the compiler happy.
Andrew Dunstan
2011-04-27
*
Rephrase some not-supported error messages in pg_hba.conf processing.
Tom Lane
2011-04-26
*
Complain if pg_hba.conf contains "hostssl" but SSL is disabled.
Tom Lane
2011-04-26
*
Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind.
Tom Lane
2011-04-25
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.
Tom Lane
2011-04-25
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Add fast paths for cases when no serializable transactions are running.
Robert Haas
2011-04-25
*
Fix SSI-related assertion failure.
Robert Haas
2011-04-25
*
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
*
Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan
2011-04-23
*
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Avoid possible divide-by-zero in gincostestimate.
Tom Lane
2011-04-21
*
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-20
[next]