index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add note about using GNU tar warning options for base backups
Peter Eisentraut
2011-11-04
*
Add missing space in comment
Magnus Hagander
2011-11-04
*
Silence bogus compiler warning.
Robert Haas
2011-11-04
*
Check the return value of getcwd(), instead of assuming success.
Robert Haas
2011-11-04
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
*
Unbreak isolationtester on Win32
Alvaro Herrera
2011-11-04
*
Fix bogus code in contrib/ tsearch dictionary examples.
Tom Lane
2011-11-03
*
Improve comments for TSLexeme data structure.
Tom Lane
2011-11-03
*
Fix inline_set_returning_function() to allow multiple OUT parameters.
Tom Lane
2011-11-03
*
Role membership of superusers is only by explicit membership for HBA.
Andrew Dunstan
2011-11-03
*
Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to more
Bruce Momjian
2011-11-03
*
Implement a dry-run mode for isolationtester
Alvaro Herrera
2011-11-03
*
Do not treat a superuser as a member of every role for HBA purposes.
Andrew Dunstan
2011-11-03
*
Properly close replication connection in pg_receivexlog
Magnus Hagander
2011-11-03
*
Pre-pad WAL files when streaming transaction log
Magnus Hagander
2011-11-03
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Improve docs for timing and skipping of checkpoints
Simon Riggs
2011-11-03
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Avoid scanning nulls at the beginning of a btree index scan.
Tom Lane
2011-11-02
*
Fix btree stop-at-nulls logic properly.
Tom Lane
2011-11-02
*
Update more comments about checkpoints being done by bgwriter
Simon Riggs
2011-11-02
*
Reduce checkpoints and WAL traffic on low activity database server
Simon Riggs
2011-11-02
*
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-02
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Start Hot Standby faster when initial snapshot is incomplete.
Simon Riggs
2011-11-02
*
Remove spurious entry from missed catch while patch juggling
Simon Riggs
2011-11-02
*
Fix timing of Startup CLOG and MultiXact during Hot Standby
Simon Riggs
2011-11-02
*
Initialize myProcLocks queues just once, at postmaster startup.
Robert Haas
2011-11-01
*
Preserve Var location information during flatten_join_alias_vars.
Tom Lane
2011-11-01
*
Fix race condition with toast table access from a stale syscache entry.
Tom Lane
2011-11-01
*
Clean up whitespace and indentation in parser and scanner files
Peter Eisentraut
2011-11-01
*
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
*
Have checkpointer send stats once each processing loop.
Simon Riggs
2011-11-01
*
Update pg_upgrade comment on missing 'postgres' database.
Bruce Momjian
2011-11-01
*
Add new file for checkpointer.c
Simon Riggs
2011-11-01
*
Allow pg_upgrade to upgrade an old cluster that doesn't have a
Bruce Momjian
2011-11-01
*
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-11-01
*
Document that multiple LDAP servers can be specified
Magnus Hagander
2011-11-01
*
Stop btree indexscans upon reaching nulls in either direction.
Tom Lane
2011-10-31
*
Support more locale-specific formatting options in cash_out().
Tom Lane
2011-10-30
*
Further improvement of make_greater_string.
Tom Lane
2011-10-30
*
Update visibilitymap.c header comments.
Robert Haas
2011-10-29
*
Fix assorted bogosities in cash_in() and cash_out().
Tom Lane
2011-10-29
*
Improve make_greater_string() with encoding-specific incrementers.
Robert Haas
2011-10-29
*
Remove pg_upgrade dependency on the 'postgres' database existing in the
Bruce Momjian
2011-10-28
*
Allow hint bits to be set sooner for temporary and unlogged tables.
Robert Haas
2011-10-28
*
Demote some sanity checks in BufferIsValid() to assertions.
Robert Haas
2011-10-28
*
Remove hard-coded "\connect postgres" from pg_dumpall.
Robert Haas
2011-10-28
*
De-parallelize ecpg build some more.
Tom Lane
2011-10-28
*
Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.
Robert Haas
2011-10-28
[next]