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
/
utils
Age
Commit message (
Expand
)
Author
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
Avoid unexpected conversion overflow in planner for distant date values.
Tom Lane
2010-12-28
Another fix for larger postmaster.pid files.
Bruce Momjian
2010-12-28
Fix code to properly pull out shared memory key now that the
Bruce Momjian
2010-12-27
Rename the C functions bitand(), bitor() to bit_and(), bit_or().
Tom Lane
2010-12-27
Fix ill-chosen use of "private" as an argument and struct field name.
Tom Lane
2010-12-24
Improve "pg_ctl -w start" server detection by writing the postmaster
Bruce Momjian
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-19
Fix up handling of simple-form CASE with constant test expression.
Tom Lane
2010-12-19
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-12-18
Make GUC variables for syslog and SSL always visible
Magnus Hagander
2010-12-16
Some copy editing of pg_read_binary_file() patch.
Robert Haas
2010-12-15
Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file().
Itagaki Takahiro
2010-12-14
Allow plugins to suppress inlining and hook function entry/exit/abort.
Robert Haas
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-10
Fix efficiency problems in tuplestore_trim().
Tom Lane
2010-12-09
Force default wal_sync_method to be fdatasync on Linux.
Tom Lane
2010-12-08
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-03
Use GUC lexer for recovery.conf parsing.
Robert Haas
2010-12-03
Remove unnecessary string null-termination in pg_convert.
Itagaki Takahiro
2010-12-03
Create core infrastructure for KNNGIST.
Tom Lane
2010-11-29
Simplify and speed up mapping of index opfamilies to pathkeys.
Tom Lane
2010-11-26
Remove bogus use of PGDLLIMPORT.
Tom Lane
2010-11-25
Object access hook framework, with post-creation hook.
Robert Haas
2010-11-24
When reporting the server as not responding, if the hostname was
Bruce Momjian
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-22
Remove GucContext parameter from ParseConfigFile
Alvaro Herrera
2010-11-21
Add new SQL function, format(text).
Robert Haas
2010-11-20
Assorted further cleanup for integer-conversion patch.
Tom Lane
2010-11-20
Expose quote_literal_cstr() from core.
Robert Haas
2010-11-20
Attempt to fix breakage caused by signed integer conversion patch.
Robert Haas
2010-11-20
Speed up conversion of signed integers to C strings.
Robert Haas
2010-11-17
Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.
Tom Lane
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-15
Correct poor grammar in comment.
Robert Haas
2010-11-15
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-12
Improved parallel make support
Peter Eisentraut
2010-11-10
Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.
Tom Lane
2010-11-06
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-04
Use appendStringInfoString() where appropriate in elog.c.
Tom Lane
2010-11-02
Ensure an index that uses a whole-row Var still depends on its table.
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-29
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Fix overly-enthusiastic Assert in printing of Param reference expressions.
Tom Lane
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-18
Improve GIN indexscan cost estimation.
Tom Lane
[next]