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
/
tcop
Age
Commit message (
Expand
)
Author
2014-05-07
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-06
Reduce lock levels of some ALTER TABLE cmds
Simon Riggs
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-01-18
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-11-29
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-29
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-26
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-24
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-04
Issue error on SET outside transaction block in some cases
Bruce Momjian
2013-10-03
Add DISCARD SEQUENCES command.
Robert Haas
2013-09-12
Ignore interrupts during quickdie().
Noah Misch
2013-09-06
Don't VALGRIND_PRINTF() each query string.
Noah Misch
2013-09-03
Allow aggregate functions to be VARIADIC.
Tom Lane
2013-07-13
Add session_preload_libraries configuration parameter
Peter Eisentraut
2013-06-28
Change errcode for lock_timeout to match NOWAIT
Simon Riggs
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-28
Editorialize a bit on new ProcessUtility() API.
Tom Lane
2013-04-28
Fix unsafe event-trigger coding in ProcessUtility().
Tom Lane
2013-04-20
Clean up references to SQL92
Peter Eisentraut
2013-04-12
sepgsql: Enforce db_procedure:{execute} permission.
Robert Haas
2013-04-05
sepgsql: Enforce db_schema:search permission.
Robert Haas
2013-04-01
Fix insecure parsing of server command-line switches.
Tom Lane
2013-03-28
Avoid "variable might be clobbered by longjmp" warning.
Tom Lane
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-02
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-29
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-01
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-10-19
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-08
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-05
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-09-04
Remove some useless trailing whitespace
Magnus Hagander
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
[next]