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
2008-02-15
Allow AS to be omitted when specifying an output column name in SELECT
Tom Lane
2008-02-15
Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select.
Tom Lane
2008-02-14
Sync our regex code with upstream changes since last time we did this, which
Tom Lane
2008-02-12
Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before
Tom Lane
2008-02-11
Repair VACUUM FULL bug introduced by HOT patch: the original way of
Tom Lane
2008-02-10
Fix PageGetExactFreeSpace() so that it actually behaves sensibly
Tom Lane
2008-02-08
Since GSSAPI and SSPI authentication don't work in protocol version 2,
Tom Lane
2008-02-07
Avoid misbehavior in foreign key checks when casting to a datatype for which
Tom Lane
2008-02-07
Some variants of ALTER OWNER tried to make the "object" field of the
Tom Lane
2008-02-07
Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and
Tom Lane
2008-02-07
Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()
Tom Lane
2008-02-07
Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted
Tom Lane
2008-02-02
Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after
Tom Lane
2008-01-31
Translation updates
Peter Eisentraut
2008-01-31
Add pid to the pgident event name on win32.
Magnus Hagander
2008-01-30
Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing these
Tom Lane
2008-01-30
Add a GUC variable "synchronize_seqscans" to allow clients to disable the new
Tom Lane
2008-01-30
Translation updates
Peter Eisentraut
2008-01-30
Don't putenv() a string that is allocated in a context that will go away
Tom Lane
2008-01-27
Minor editorial improvements in documentation of session_replication_role;
Tom Lane
2008-01-26
Change StatementCancelHandler() to check the DoingCommandRead flag to decide
Tom Lane
2008-01-25
Fix two different copy-and-paste-os in CSV log rotation logic; one that led to
Tom Lane
2008-01-25
Release any detoasted copies of arrays that are made temporarily in
Tom Lane
2008-01-23
Improve lock level choices in pg_shdepend.c. Noticed by Tom Lane.
Alvaro Herrera
2008-01-21
Provide a clearer error message if the pg_control version number looks
Peter Eisentraut
2008-01-21
Fix RS_isRegis() to agree exactly with RS_compile()'s idea of what's a valid
Tom Lane
2008-01-20
Split error message.
Alvaro Herrera
2008-01-17
Fix subselect.c to avoid assuming that a SubLink's testexpr references each
Tom Lane
2008-01-17
Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key
Tom Lane
2008-01-16
Fix core dump with buffer-overrun by too long infinitive. Add checking of using
Teodor Sigaev
2008-01-15
Prevent CLUSTER from decreasing a relation's relfrozenxid. Bug
Tom Lane
2008-01-15
Revise memory management for libxml calls. Instead of keeping libxml's data
Tom Lane
2008-01-15
Tweak new error message to conform to style guidelines.
Tom Lane
2008-01-15
Add check of headline method presence. Per report by Yoshiyuki Asaba <y-asaba...
Teodor Sigaev
2008-01-14
Avoid cluttering the postmaster log with bogus complaints
Tom Lane
2008-01-14
Mark autovacuum entries in pg_stat_activity so that they can be easily
Alvaro Herrera
2008-01-14
Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for
Tom Lane
2008-01-12
It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Tom Lane
2008-01-12
Fix two places in xml.c that neglected to check the return values of
Neil Conway
2008-01-12
Minor perf tweak for _SPI_strdup(): if we're going to call strlen()
Neil Conway
2008-01-12
Fix logical errors in constraint exclusion: we cannot assume that a CHECK
Tom Lane
2008-01-11
The original implementation of polymorphic aggregates didn't really get the
Tom Lane
2008-01-11
Fix an old error in clause_selectivity: the default selectivity estimate
Tom Lane
2008-01-11
Fix a conceptual error in my patch of 2007-10-26 that avoided considering
Tom Lane
2008-01-11
Restructure the shutdown procedure for the archiver process to allow it to
Tom Lane
2008-01-10
vacuum_cost_limit has a minimum value of 1, not zero; update
Bruce Momjian
2008-01-09
Remove incorrect (and ill-advised anyway) pfree's in pg_convert_from and
Tom Lane
2008-01-09
Fix CREATE INDEX CONCURRENTLY to not deadlock against an automatic or manual
Tom Lane
2008-01-09
Fix some planner issues found while investigating Kevin Grittner's report
Tom Lane
2008-01-09
Fix an omission in the outfuncs.c support for Agg nodes: the grpColIdx
Neil Conway
[next]