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
/
backend
Age
Commit message (
Expand
)
Author
2005-09-16
Update query cancel message:
Bruce Momjian
2005-09-16
Small fixes
Teodor Sigaev
2005-09-16
Rename pg_complete_relation_size() to pg_total_relation_size(), for the
Neil Conway
2005-09-16
Update two comments to refer to use the new list API names.
Neil Conway
2005-09-16
Force the size and alignment of LWLock array entries to be either 16 or 32
Tom Lane
2005-09-15
Copy-editing for GiST README.
Neil Conway
2005-09-15
Readme about GiST's algorithms
Teodor Sigaev
2005-09-12
Ensure that any memory leaked during an error inside the bgwriter is
Tom Lane
2005-09-12
Tweak TCP-keepalive code so that an invalid setting doesn't cause us
Tom Lane
2005-09-09
timestamptz_izone should return the input, not NULL, when the input
Tom Lane
2005-09-09
Fix the various forms of AT TIME ZONE to accept either timezones found
Tom Lane
2005-09-08
Create the pg_pltemplate system catalog to hold template information
Tom Lane
2005-09-05
Implement a preliminary 'template' facility for procedural languages,
Tom Lane
2005-09-05
Back out prior patch and instead just suppress SubqueryScan elimination
Tom Lane
2005-09-05
For non-projecting plan node types such as Limit, set_plan_references
Tom Lane
2005-09-02
Add log display label for unnamed server-side portals.
Bruce Momjian
2005-09-02
Fix the spelling.
Tom Lane
2005-09-02
Update listen_addresses description.
Bruce Momjian
2005-09-02
Clean up a couple of ad-hoc computations of the maximum number of tuples
Tom Lane
2005-09-01
Short-circuit AllocSetReset if nothing has been palloc'd in the memory
Tom Lane
2005-09-01
Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.
Tom Lane
2005-08-30
Log send() failures when sending to statistics process (but only in
Tom Lane
2005-08-30
DropTableSpace forgot to remove dependency on tablespace's owner.
Tom Lane
2005-08-30
Fix misleading comment.
Tom Lane
2005-08-30
Update documentation about shared memory sizing to reflect current
Tom Lane
2005-08-29
Reduce default value of max_prepared_transactions from 50 to 5. This
Tom Lane
2005-08-29
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-28
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
Tom Lane
2005-08-27
cost_agg really ought to charge something per output tuple; else there
Tom Lane
2005-08-27
Change the division of labor between grouping_planner and query_planner
Tom Lane
2005-08-27
Fix two separate bugs in setrefs.c. set_subqueryscan_references needs
Tom Lane
2005-08-26
The idea of using _strncoll() on Windows doesn't work. Revert to same
Tom Lane
2005-08-26
Adjust m68k spinlock code to avoid duplicate in-line and not-in-line
Tom Lane
2005-08-26
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-25
Replace out-of-line tas() assembly code for MIPS with a properly
Tom Lane
2005-08-25
Factor out the common subexpression month_remainder * DAYS_PER_MONTH
Tom Lane
2005-08-25
Back out pfrees for justify_hour function calls.
Bruce Momjian
2005-08-25
Fix memory leak when using justify_hours.
Bruce Momjian
2005-08-24
Fix SHOW and RESET grammar to accept custom variable names.
Tom Lane
2005-08-24
Add small hack to support use of Unicode-based locales on WIN32. This
Tom Lane
2005-08-24
Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete
Tom Lane
2005-08-23
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to
Tom Lane
2005-08-23
Clean up some very old and crufty code for TID scan planning. Not much
Tom Lane
2005-08-23
Fix wrong dependency on owner created by ALTER OPCLASS OWNER.
Tom Lane
2005-08-22
Rewrite gather-write patch into something less obviously bolted on
Tom Lane
2005-08-22
Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than
Tom Lane
2005-08-22
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
enable_constraint_exclusion => constraint_exclusion
Bruce Momjian
2005-08-22
Improve xid wraparound message (the server isn't really shut down, just
Bruce Momjian
2005-08-22
Fix some inconsistent choices of datatypes in xlog.c. Make buffer
Tom Lane
[next]