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
2011-08-09
Change the way string relopts are allocated.
Heikki Linnakangas
2011-08-09
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-08
Correct the lie in pg_config.h.win32 about having inttypes.h.
Andrew Dunstan
2011-08-06
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-04
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-03
Make pgbench use erand48() rather than random().
Robert Haas
2011-08-02
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-07-23
Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.
Tom Lane
2011-07-20
Support SECURITY LABEL on databases, tablespaces, and roles.
Robert Haas
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-19
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-18
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-18
Add pg_opfamily_is_visible.
Robert Haas
2011-07-17
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-16
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-15
Change the way the offset of downlink is stored in GISTInsertStack.
Heikki Linnakangas
2011-07-12
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-09
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-07
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
Add \ir command to psql.
Robert Haas
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Remove missed reference to SilentMode.
Tom Lane
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
Mark pg_stat_reset_shared as strict
Magnus Hagander
2011-06-30
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-29
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-28
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
Remove rel.h from objectaddress.h; only relcache.h is necessary.
Alvaro Herrera
2011-06-28
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-28
Add a missing_ok argument to get_object_address().
Robert Haas
2011-06-27
Allow callers to pass a missing_ok flag when opening a relation.
Robert Haas
2011-06-27
Try again to make the visibility map crash safe.
Robert Haas
2011-06-27
Avoid having two copies of the HOT-chain search logic.
Robert Haas
2011-06-22
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
Make the visibility map crash-safe.
Robert Haas
2011-06-22
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-17
Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.
Andrew Dunstan
2011-06-17
Define FLEXIBLE_ARRAY_MEMBER for MSVC.
Andrew Dunstan
2011-06-16
Start using flexible array members
Peter Eisentraut
2011-06-16
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
[next]