index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
First try to make this one ecpg regression test work on Windows too. I'm just...
Michael Meskes
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-06
Avoid changing the sign of zero. Per buildfarm failures.
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-05
Rewrite rint() to enable removal of copyright mention; patch from
Bruce Momjian
2010-02-05
Modify recently added PQconnectdbParams() with new argument, expand_dbname.
Joe Conway
2010-02-04
Usage of isnan() in ECPG regression tests probably needs '#include <float.h>'...
Michael Meskes
2010-02-04
Streamlined array handling code in libecpg a little bit, in the process fixin...
Michael Meskes
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-03
Fixed some typos in ECPG regression test suite that resulted in regression te...
Michael Meskes
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
Add #include <float.h> --- guessing the lack of this is why Windows
Tom Lane
2010-02-03
Fix timing-sensitive regression test result I just created :-( --- the
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-02
Remove copyright mention of Andrew Yu, per author's permission.
Bruce Momjian
2010-02-02
The particular table names used in the new inheritance regression test are
Tom Lane
2010-02-02
Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...
Michael Meskes
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
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
[next]