index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-07
Simplify and document regex library's compact-NFA representation.
Tom Lane
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.
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
[next]