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
/
bin
Age
Commit message (
Expand
)
Author
2016-03-28
Fix minor leak in pg_dump for ACCESS METHOD.
Alvaro Herrera
2016-03-28
psql tab-complete for CREATE/DROP ACCESS METHOD
Teodor Sigaev
2016-03-28
Fix comment in pg_dump.
Teodor Sigaev
2016-03-27
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
pg_rewind: Close backup_label file descriptor.
Andres Freund
2016-03-25
Link libpq after libpgfeutils to satisfy Windows linker.
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
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-21
Allow the delay in psql's \watch command to be a fractional second.
Tom Lane
2016-03-21
Improve header output from psql's \watch command.
Tom Lane
2016-03-21
Use %option bison-bridge in psql/pgbench lexers.
Tom Lane
2016-03-20
SQL commands in pgbench scripts are now ended by semicolons, not newlines.
Tom Lane
2016-03-19
Make pgbench's expression lexer reentrant.
Tom Lane
2016-03-19
pgbench: Silence new compiler warnings
Alvaro Herrera
2016-03-19
Sync backend/parser/scan.l with bin/psql/psqlscan.l.
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
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
Clean up some misplaced #includes.
Tom Lane
2016-03-17
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-03-13
Fix order of MemSet arguments
Magnus Hagander
2016-03-12
Get rid of scribbling on a const variable in psql's print.c.
Tom Lane
2016-03-11
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
psql: Don't automatically use expanded format when there's 1 column.
Robert Haas
2016-03-11
Refactor receivelog.c parameters
Magnus Hagander
2016-03-09
pgbench: When -T is used, don't wait for transactions beyond end of run.
Robert Haas
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-09
psql: Fix some strange code in SQL help creation
Peter Eisentraut
2016-03-08
pg_upgrade: Remove converter plugin facility.
Robert Haas
2016-03-07
Fix backwards test for Windows service-ness in pg_ctl.
Tom Lane
2016-03-07
Re-fix broken definition for function name in pgbench's exprscan.l.
Tom Lane
2016-03-07
Fix broken definition for function name in pgbench's exprscan.l.
Tom Lane
2016-03-05
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-04
Fix query-based tab completion for multibyte characters.
Robert Haas
2016-03-03
pgbench: accept unambiguous builtin prefixes for -b
Alvaro Herrera
2016-03-03
Rework PostgresNode's psql method
Alvaro Herrera
2016-03-01
Extend pgbench's expression syntax to support a few built-in functions.
Robert Haas
2016-02-26
Move some code from RewindTest into PostgresNode
Alvaro Herrera
2016-02-25
Clean the last few TAP suite tmp_check directories.
Noah Misch
2016-02-20
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-19
pg_dump: Fix inconsistent sscanf() conversions
Peter Eisentraut
[next]