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
/
include
Age
Commit message (
Expand
)
Author
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-29
Don't require a user mapping for FDWs to work.
Robert Haas
2016-03-29
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Robert Haas
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-25
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-25
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
Avoid PGDLLIMPORT for simple local references in frontend programs.
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-21
Properly declare FeBeWaitSet.
Andres Freund
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-21
Combine win32 and unix latch implementations.
Andres Freund
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
Remove unused, and dangerous, TestLatch() macro.
Andres Freund
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-17
Improve support of Hunspell
Teodor Sigaev
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-15
Add a GetForeignUpperPaths callback function for FDWs.
Tom Lane
2016-03-14
Add missing include for self-containment
Peter Eisentraut
2016-03-14
Provide a planner hook at a suitable place for creating upper-rel Paths.
Tom Lane
2016-03-14
Allow callers of create_foreignscan_path to specify nondefault PathTarget.
Tom Lane
2016-03-14
Rethink representation of PathTargets.
Tom Lane
2016-03-14
Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72.
Robert Haas
2016-03-14
pg_stat_get_progress_info() should be marked STRICT.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
Re-export a few of createplan.c's make_xxx() functions.
Tom Lane
2016-03-11
Bump catalog version missed in 6943a946c7e5eb72d53c0ce71f08a81a133503bd
Teodor Sigaev
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-11
Minor additional refactoring of planner.c's PathTarget handling.
Tom Lane
2016-03-11
Allow emit_log_hook to see original message text
Simon Riggs
2016-03-11
Checkpoint sorting and balancing.
Andres Freund
2016-03-11
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
Give pull_var_clause() reject/recurse/return behavior for WindowFuncs too.
Tom Lane
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-10
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-03-09
Improve handling of pathtargets in planner.c.
Tom Lane
[next]