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
Age
Commit message (
Expand
)
Author
2005-02-22
Add support to port/snprintf.c for position parameter specification:
Bruce Momjian
2005-02-21
Try to get Borland CC to compile.
Bruce Momjian
2005-02-21
Trivial fix: change the reference to further documentation of pathkeys to
Neil Conway
2005-02-20
Use SnapshotNow instead of SnapshotSelf for reading the catalogs
Tom Lane
2005-02-20
Remove some no-longer-needed kluges for bootstrapping, in particular
Tom Lane
2005-02-20
Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
Bruce Momjian
2005-02-20
Fix MAKE_ALL_TUPLES_VISIBLE define.
Bruce Momjian
2005-02-20
Move define MAKE_ALL_TUPLES_VISIBLE to a more logical place.
Bruce Momjian
2005-02-20
I have added a define, MAKE_ALL_TUPLES_VISIBLE, to help people recover
Bruce Momjian
2005-02-20
Flat file cleanup phase 2: make it work for pg_group. The flat group
Tom Lane
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-19
New arrangement to always let the bgwriter do checkpoints broke
Tom Lane
2005-02-19
Ensure that the resolved datatype of any unknown Param is propagated
Tom Lane
2005-02-18
Convert MemoryContextSwitchTo() into an inline function when using GCC.
Tom Lane
2005-02-15
Update comment on VACUUM FULL.
Bruce Momjian
2005-02-15
Document usage of gettext_noop().
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.
Tom Lane
2005-02-13
Print file name and errno string on rmtree failure.
Bruce Momjian
2005-02-13
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-12
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-02-11
Add a regression test to verify that the stack depth checker actually
Tom Lane
2005-02-11
Adjust input routines for float4, float8 and oid to reject the empty string
Neil Conway
2005-02-11
Fix ANALYZE to accumulate some minimal statistics for an all-null column.
Tom Lane
2005-02-10
Fix SPI cursor support to allow scanning the results of utility commands
Tom Lane
2005-02-10
Fixed changelog entry to list correct bug reporter.
Michael Meskes
2005-02-10
Fixed more parsing bugs in other CREATE statements as pointed out by TANIDA
Michael Meskes
2005-02-09
ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a
Neil Conway
2005-02-09
Fixed bug in parsing of CREATE AS statement.
Michael Meskes
2005-02-06
Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns out
Tom Lane
2005-02-05
Fix bit-rot in ipc_test.c; it didn't include some stuff that pg_shmem.c
Tom Lane
2005-02-05
Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into
Tom Lane
2005-02-04
Refactor some duplicated code in lock.c: create UnGrantLock(), move code
Neil Conway
2005-02-03
Fix minor thinko in logic to set dump order when dumping from a pre-7.3
Tom Lane
2005-02-03
Ensure that all details of the ARC algorithm are hidden within freelist.c.
Tom Lane
2005-02-02
Improve performance of fmgr.c calling routines for cases with more than
Tom Lane
2005-02-02
Adjust constant-folding of CASE expressions so that the simple comparison
Tom Lane
2005-02-02
Add to release checklist:
Bruce Momjian
2005-02-02
Fixed bug in parsing of #line statement in declare section.
Michael Meskes
2005-02-02
Add support for temporary views, including documentation and regression
Neil Conway
2005-02-01
Fix a bug induced by the list-rewrite that resulted in incrementing the
Neil Conway
2005-02-01
Adjust estimate_num_groups() to not clamp per-relation group count
Tom Lane
2005-02-01
Adjust plpgsql to allow assignment to an element of an array that is
Tom Lane
2005-02-01
Sync inet formatting code with recent BIND releases. In particular,
Tom Lane
2005-01-28
When dealing with multiple grouping columns coming from the same table,
Tom Lane
2005-01-28
Improve planner's estimation of the space needed for HashAgg plans:
Tom Lane
2005-01-28
pg_aggregate.h fails to compile standalone, for lack of an #include
Tom Lane
2005-01-28
Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems on
Tom Lane
2005-01-27
Check that aggregate creator has the right to execute the transition
Tom Lane
[next]