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
2016-03-19
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
pgbench: Allow changing weights for scripts
Alvaro Herrera
2016-03-19
With ancient gcc, skip pg_attribute_printf() on function pointer.
Tom Lane
2016-03-19
Allow SSL server key file to have group read access if owned by root
Peter Eisentraut
2016-03-19
Fix stupid omission in c4901a1e.
Andres Freund
2016-03-19
Fix missed update in _readForeignScan().
Tom Lane
2016-03-19
Use yylex_init not yylex_init_extra().
Tom Lane
2016-03-19
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Tom Lane
2016-03-19
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-03-19
Convert psql's flex lexer to be re-entrant, and make it compile standalone.
Tom Lane
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
Decouple psqlscan.l from surrounding program.
Tom Lane
2016-03-18
Use INT64_FORMAT instead of %ld for int64.
Robert Haas
2016-03-18
Only clear latch self-pipe/event if there is a pending notification.
Andres Freund
2016-03-18
Make it easier to choose the used waiting primitive in unix_latch.c.
Andres Freund
2016-03-18
Error out if waiting on socket readiness without a specified socket.
Andres Freund
2016-03-18
Remove unused, and dangerous, TestLatch() macro.
Andres Freund
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-18
Clean up some misplaced #includes.
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-18
Push scan/join target list beneath Gather when possible.
Robert Haas
2016-03-18
Various minor corrections of and improvements to comments.
Robert Haas
2016-03-17
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-17
Update tuplesort.c comments for memory mangement improvements.
Robert Haas
2016-03-17
Improve memory management for external sorts.
Robert Haas
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
Improve support of Hunspell
Teodor Sigaev
2016-03-17
Fix typos.
Robert Haas
2016-03-17
Add syslog_split_messages parameter
Peter Eisentraut
2016-03-17
Add syslog_sequence_numbers parameter
Peter Eisentraut
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-17
Fix j2day() to behave sanely for negative Julian dates.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-16
Another comment update.
Robert Haas
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-16
UCS_to_EUC_JIS_2004.pl: Turn off "test" mode by default
Peter Eisentraut
2016-03-16
Make spacing and punctuation consistent
Peter Eisentraut
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
Fix typos in comments
Alvaro Herrera
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
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
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 PL/Perl's comment about hv_store().
Tom Lane
[prev]
[next]