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
/
utils
Age
Commit message (
Expand
)
Author
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-02
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-02
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-24
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
Keep rd_newRelfilenodeSubid across overflow.
Simon Riggs
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-16
Fix filling of postmaster.pid in bootstrap/standalone mode.
Tom Lane
2012-12-16
Tidy up from frontend Assert change.
Andrew Dunstan
2012-12-12
Add defenses against integer overflow in dynahash numbuckets calculations.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-06
Background worker processes
Alvaro Herrera
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-28
Split out rmgr rm_desc functions into their own files
Alvaro Herrera
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-11-21
Speed up operations on numeric, mostly by avoiding palloc() overhead.
Heikki Linnakangas
2012-11-19
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-18
Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.
Tom Lane
2012-11-18
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-11-14
Fix the int8 and int2 cases of (minimum possible integer) % (-1).
Tom Lane
2012-11-13
Fix memory leaks in record_out() and record_send().
Tom Lane
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-07
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-10-24
Tweak genericcostestimate's fudge factor for index size.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-18
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-16
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-07
Quiet a few MSC compiler warnings.
Andrew Dunstan
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-03
Avoid planner crash/Assert failure with joins to unflattened subqueries.
Tom Lane
2012-10-02
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-09-27
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-24
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
[next]