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
*
Reduce the chatter to the log when starting a standby server. Don't
Heikki Linnakangas
2010-02-12
*
If primary_conninfo is not set, don't try to establish streaming
Heikki Linnakangas
2010-02-12
*
Check for partial WAL files in standby mode. If restore_command restores
Heikki Linnakangas
2010-02-12
*
Suppress uninitialized-variable warning.
Tom Lane
2010-02-11
*
Fix typo bug in Hot Standby from recent refactoring. Bug introduced
Simon Riggs
2010-02-11
*
Generic implementation of red-black binary tree. It's planned to use in
Teodor Sigaev
2010-02-11
*
Now that streaming replication switches between streaming mode and
Heikki Linnakangas
2010-02-10
*
Improve planner's choices about when to use hashing vs sorting for DISTINCT.
Tom Lane
2010-02-10
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
*
Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry
Heikki Linnakangas
2010-02-09
*
Typo fix, per Thom Brown
Magnus Hagander
2010-02-09
*
Define the value for in6addr_any on MingW, since it provides the struct
Magnus Hagander
2010-02-09
*
Allow free space map vacuuming to be interrupted.
Tom Lane
2010-02-09
*
Rearrange lazy-vacuum code a little bit to reduce the window between
Tom Lane
2010-02-09
*
Create an official API function for C functions to use to check if they are
Tom Lane
2010-02-08
*
Remove obsolete comment about 'fsm' argument, which isn't an argument
Heikki Linnakangas
2010-02-08
*
Fix serious performance bug in new implementation of VACUUM FULL:
Tom Lane
2010-02-08
*
Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary
Bruce Momjian
2010-02-08
*
Remove piece of code to zero out minRecoveryPoint when starting crash
Heikki Linnakangas
2010-02-08
*
Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was
Tom Lane
2010-02-08
*
Remove some more dead VACUUM-FULL-only code.
Tom Lane
2010-02-08
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs,
Tom Lane
2010-02-07
*
Looks like we need #include <sys/stat.h> here on some
Tom Lane
2010-02-07
*
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-07
*
Document that archive_timeout will force new WAL files even if a single
Bruce Momjian
2010-02-05
*
Add C comment about process_settings() setting order.
Bruce Momjian
2010-02-05
*
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-04
*
Move the responsibility of writing a "unlogged WAL operation" record from
Heikki Linnakangas
2010-02-03
*
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
*
Fix unwarranted assumption that a cached rowtype would stick around
Tom Lane
2010-02-03
*
Assorted cleanups in preparation for using a map file to support altering
Tom Lane
2010-02-03
*
Fix assorted poorly-thought-out message strings: use %u not %d for printing
Tom Lane
2010-02-02
*
CLUSTER specified the wrong namespace when renaming toast tables of temporary
Tom Lane
2010-02-02
*
Make RADIUS authentication use pg_getaddrinfo_all() to get address of
Magnus Hagander
2010-02-02
*
Fold FindConversion() into FindConversionByName() and remove ACL check.
Robert Haas
2010-02-02
*
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-02-01
*
Augment EXPLAIN output with more details on Hash nodes.
Robert Haas
2010-02-01
*
Revoke augmentation of WAL records for btree delete, per discussion.
Simon Riggs
2010-02-01
*
Add string_agg aggregate functions. The one argument version concatenates
Itagaki Takahiro
2010-02-01
*
Change regexp engine's ccondissect/crevdissect routines to perform DFA
Tom Lane
2010-02-01
*
Detect early deadlock in Hot Standby when Startup is already waiting. First
Simon Riggs
2010-01-31
*
Fix memory leak created by deferrable-index-constraints patches.
Tom Lane
2010-01-31
*
Make checks for invalid pgStatSock use PGINVALID_SOCKET
Magnus Hagander
2010-01-31
*
Get rid of unportable use of socklen_t --- we have a configure test
Tom Lane
2010-01-31
*
Fix race condition in win32 signal handling.
Magnus Hagander
2010-01-31
*
Avoid performing encoding conversion on command tag strings during EndCommand.
Tom Lane
2010-01-30
*
Fix some comments that got mangled by pgindent.
Tom Lane
2010-01-30
*
Adjust GetLockConflicts() so that it uses TopMemoryContext when
Simon Riggs
2010-01-29
*
Augment WAL records for btree delete with GetOldestXmin() to reduce
Simon Riggs
2010-01-29
[next]