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
/
rewrite
Age
Commit message (
Expand
)
Author
2008-03-26
Move the HTSU_Result enum definition into snapshot.h, to avoid including
Alvaro Herrera
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-16
Small comment spacing improvement.
Bruce Momjian
2007-11-15
Fix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-06
Make eval_const_expressions() preserve typmod when simplifying something like
Tom Lane
2007-08-27
Fix a couple of misbehaviors rooted in the fact that the default creation
Tom Lane
2007-06-23
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-11
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
Tom Lane
2007-04-27
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
Tom Lane
2007-03-19
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
Jan Wieck
2007-03-17
Fix up the remaining places where the expression node structure would lose
Tom Lane
2007-03-13
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-01
Fix markQueryForLocking() to work correctly in the presence of nested views.
Tom Lane
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-06
Message style improvements
Peter Eisentraut
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-10-03
Make some sentences consistent with similar ones.
Bruce Momjian
2006-09-05
Get rid of the separate RULE privilege for tables: now only a table's owner
Tom Lane
2006-09-02
Apply a simple solution to the problem of making INSERT/UPDATE/DELETE
Tom Lane
2006-08-12
Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
Tom Lane
2006-08-02
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-07-18
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-11
Alphabetically order reference to include files, "N" - "S".
Bruce Momjian
2006-06-16
DROP ... IF EXISTS for the following cases:
Andrew Dunstan
2006-04-30
Improve the representation of FOR UPDATE/FOR SHARE so that we can
Tom Lane
2006-04-05
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-01-31
Restructure planner's handling of inheritance. Rather than processing
Tom Lane
2006-01-06
Fix failure to apply domain constraints to a NULL constant that's added to
Tom Lane
2005-11-23
Fix problems with rewriter failing to set Query.hasSubLinks when inserting
Tom Lane
2005-11-22
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-10-18
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-01
Add NOWAIT option to SELECT FOR UPDATE/SHARE.
Tom Lane
2005-07-28
Make use of new list primitives list_append_unique and list_concat_unique
Tom Lane
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-04
Change expandRTE() and ResolveNew() back to taking just the single
Tom Lane
2005-06-03
Revise handling of dropped columns in JOIN alias lists to avoid a
Tom Lane
2005-05-29
Avoid unnecessary call of rangeTableEntry_used() for the result relation
Tom Lane
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-06
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-03-26
Rewrite rewriteTargetList() to avoid O(N^2) behavior on wide target lists.
Tom Lane
[next]