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
/
include
Age
Commit message (
Expand
)
Author
2012-07-05
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-07-04
Add wchar -> mb conversion routines.
Robert Haas
2012-07-04
Improve documentation about MULE encoding.
Tom Lane
2012-07-03
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-02
Make walsender more responsive.
Robert Haas
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-26
When LWLOCK_STATS is defined, count spindelays.
Robert Haas
2012-06-25
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
Remove sanity test in XRecOffIsValid.
Robert Haas
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-24
Use UINT64CONST for 64-bit integer constants.
Heikki Linnakangas
2012-06-24
Use LL suffix for 64-bit constants.
Heikki Linnakangas
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
Move WAL continuation record information to WAL page header.
Heikki Linnakangas
2012-06-24
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
Add a small cache of locks owned by a resource owner in ResourceOwner.
Heikki Linnakangas
2012-06-20
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-18
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-17
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-14
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
Add new function log_newpage_buffer.
Robert Haas
2012-06-14
Remove misplaced sanity check from heap_create().
Robert Haas
2012-06-14
Remove RELKIND_UNCATALOGED.
Robert Haas
2012-06-14
Stamp HEAD as 9.3devel.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-06-07
Scan the buffer pool just once, not once per fork, during relation drop.
Tom Lane
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-05-31
Stamp 9.2beta2.
REL9_2_BETA2
Tom Lane
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
Change the way parent pages are tracked during buffered GiST build.
Heikki Linnakangas
2012-05-18
Fix bug in gistRelocateBuildBuffersOnSplit().
Heikki Linnakangas
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-05-15
Put back AC_REQUIRE([AC_STRUCT_TM]).
Tom Lane
2012-05-14
Remove unused AC_DEFINE symbols
Peter Eisentraut
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
Remove leftovers of BeOS port
Peter Eisentraut
2012-05-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-05-10
Revert catalog bump; was post-beta1, and unnecessary.
Bruce Momjian
2012-05-10
Update comment for 'name' data type to say 63 "bytes".
Bruce Momjian
2012-05-10
Stamp 9.2beta1.
REL9_2_BETA1
Tom Lane
2012-05-10
Fix outdated comment.
Heikki Linnakangas
2012-05-10
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
[next]