index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-08
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-10-08
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
Improve snprintf.c's handling of NaN, Infinity, and minus zero.
Tom Lane
2018-10-08
Avoid O(N^2) cost in ExecFindRowMark().
Tom Lane
2018-10-08
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
Fix speling error
Magnus Hagander
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
Restore sane locking behavior during parallel query.
Tom Lane
2018-10-06
Remove more redundant relation locking during executor startup.
Tom Lane
2018-10-06
Don't use is_infinite() where isinf() will do.
Tom Lane
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-10-06
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Tom Lane
2018-10-05
Add pg_ls_tmpdir function
Michael Paquier
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
Fix duplicate primary keys in partitions
Alvaro Herrera
2018-10-04
Refactor user-facing SQL functions signalling backends
Michael Paquier
2018-10-04
Add option SKIP_LOCKED to VACUUM and ANALYZE
Michael Paquier
2018-10-03
Replace uint64 use introduced in 4868e446859 in light of 595a0eab7f42.
Andres Freund
2018-10-03
Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN.
Andres Freund
2018-10-03
Change executor to just Assert that table locks were already obtained.
Tom Lane
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-10-03
Rationalize snprintf.c's handling of "ll" formats.
Tom Lane
2018-10-03
Provide fast path in snprintf.c for conversion specs that are just "%s".
Tom Lane
2018-10-03
Make assorted performance improvements in snprintf.c.
Tom Lane
2018-10-03
MAXALIGN the target address where we store flattened value.
Amit Kapila
2018-10-02
Don't build static libraries on Cygwin
Andrew Dunstan
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
Set snprintf.c's maximum number of NL arguments to be 31.
Tom Lane
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
Test passing expanded-value representations to workers.
Amit Kapila
2018-10-01
Refactor relation opening for VACUUM and ANALYZE
Michael Paquier
2018-10-01
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Peter Eisentraut
2018-10-01
Add assertions that we hold some relevant lock during relation open.
Tom Lane
2018-10-01
Fix ALTER COLUMN TYPE to not open a relation without any lock.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-28
Add application_name to connection authorized msg
Stephen Frost
2018-09-28
Improve error reporting for unsupported effective_io_concurrency setting.
Tom Lane
2018-09-28
Tweak MSVC build system to match changes in 7143b3e82.
Tom Lane
2018-09-28
Tweak MSVC build system to match changes in 7143b3e82.
Tom Lane
2018-09-28
Build src/common files as a library with -fPIC.
Tom Lane
2018-09-28
Remove pqsignal() from libpq's official exports list.
Tom Lane
[next]