index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
2
-20
/
+2
*
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-04
5
-6
/
+97
*
Add psql \errverbose command to see last server error at full verbosity.
Tom Lane
2016-04-03
6
-17
/
+70
*
pgbench: Remove unused parameter
Alvaro Herrera
2016-04-01
1
-10
/
+8
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
2
-0
/
+2
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
1
-7
/
+43
*
pgbench: allow a script weight of zero
Alvaro Herrera
2016-03-29
1
-3
/
+10
*
pgbench: Remove \setrandom.
Robert Haas
2016-03-29
1
-179
/
+2
*
Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.
Tom Lane
2016-03-29
3
-9
/
+12
*
pgbench: Support double constants and functions.
Robert Haas
2016-03-28
4
-94
/
+439
*
Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Tom Lane
2016-03-28
1
-3
/
+3
*
pg_rewind: Improve internationalization
Alvaro Herrera
2016-03-28
3
-7
/
+14
*
Fix minor leak in pg_dump for ACCESS METHOD.
Alvaro Herrera
2016-03-28
1
-1
/
+2
*
psql tab-complete for CREATE/DROP ACCESS METHOD
Teodor Sigaev
2016-03-28
1
-0
/
+13
*
Fix comment in pg_dump.
Teodor Sigaev
2016-03-28
1
-4
/
+1
*
pg_rewind: fsync target data directory.
Andres Freund
2016-03-27
2
-1
/
+57
*
pg_rewind: Close backup_label file descriptor.
Andres Freund
2016-03-27
1
-0
/
+1
*
Link libpq after libpgfeutils to satisfy Windows linker.
Tom Lane
2016-03-24
4
-4
/
+4
*
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
15
-1659
/
+21
*
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
18
-4146
/
+19
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
26
-836
/
+46
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
4
-2
/
+195
*
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-23
8
-74
/
+23
*
Allow the delay in psql's \watch command to be a fractional second.
Tom Lane
2016-03-21
1
-10
/
+15
*
Improve header output from psql's \watch command.
Tom Lane
2016-03-21
1
-10
/
+31
*
Use %option bison-bridge in psql/pgbench lexers.
Tom Lane
2016-03-20
5
-12
/
+39
*
SQL commands in pgbench scripts are now ended by semicolons, not newlines.
Tom Lane
2016-03-20
5
-427
/
+747
*
Make pgbench's expression lexer reentrant.
Tom Lane
2016-03-19
4
-64
/
+117
*
pgbench: Silence new compiler warnings
Alvaro Herrera
2016-03-19
1
-14
/
+22
*
Sync backend/parser/scan.l with bin/psql/psqlscan.l.
Tom Lane
2016-03-19
2
-51
/
+40
*
pgbench: Allow changing weights for scripts
Alvaro Herrera
2016-03-19
1
-78
/
+154
*
With ancient gcc, skip pg_attribute_printf() on function pointer.
Tom Lane
2016-03-19
1
-0
/
+5
*
Use yylex_init not yylex_init_extra().
Tom Lane
2016-03-19
1
-1
/
+3
*
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Tom Lane
2016-03-19
1
-1
/
+2
*
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-03-19
10
-754
/
+1003
*
Convert psql's flex lexer to be re-entrant, and make it compile standalone.
Tom Lane
2016-03-18
3
-118
/
+176
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
2
-5
/
+3
*
Decouple psqlscan.l from surrounding program.
Tom Lane
2016-03-18
7
-64
/
+154
*
Clean up some misplaced #includes.
Tom Lane
2016-03-18
3
-6
/
+3
*
Fix "pg_bench -C -M prepared".
Tom Lane
2016-03-16
1
-1
/
+8
*
Fix typos.
Robert Haas
2016-03-15
4
-4
/
+4
*
Fix order of MemSet arguments
Magnus Hagander
2016-03-13
1
-1
/
+1
*
Get rid of scribbling on a const variable in psql's print.c.
Tom Lane
2016-03-12
2
-3
/
+3
*
pg_upgrade: Convert old visibility map format to new format.
Robert Haas
2016-03-11
3
-11
/
+197
*
psql: Don't automatically use expanded format when there's 1 column.
Robert Haas
2016-03-11
1
-2
/
+4
*
Refactor receivelog.c parameters
Magnus Hagander
2016-03-11
4
-136
/
+136
*
pgbench: When -T is used, don't wait for transactions beyond end of run.
Robert Haas
2016-03-09
1
-0
/
+14
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
4
-7
/
+24
*
psql: Fix some strange code in SQL help creation
Peter Eisentraut
2016-03-08
1
-10
/
+10
*
pg_upgrade: Remove converter plugin facility.
Robert Haas
2016-03-08
7
-330
/
+18
[next]