index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2010-02-15
Fix typo in comment
Alvaro Herrera
2010-02-15
Display explain buffers measurements in memory units rather than blocks. Also...
Greg Stark
2010-02-15
Speed up CREATE DATABASE by deferring the fsyncs until after copying
Greg Stark
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Improve C comment about why we return "0 0" for some tags.
Bruce Momjian
2010-02-13
Improvements to ps message of startup process during Hot Standby.
Simon Riggs
2010-02-13
Fix relcache init file invalidation during Hot Standby for the case
Simon Riggs
2010-02-13
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-02-13
Introduce WAL records to log reuse of btree pages, allowing conflict
Simon Riggs
2010-02-12
Tweak the order of processing of WITH clauses so that they are processed
Tom Lane
2010-02-12
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
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-11
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-10
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-09
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-08
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-07
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-05
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-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
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-02
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-01
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
[next]