summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Generic Messages for Logical DecodingSimon Riggs2016-04-062-20/+2
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-045-6/+97
* Add psql \errverbose command to see last server error at full verbosity.Tom Lane2016-04-036-17/+70
* pgbench: Remove unused parameterAlvaro Herrera2016-04-011-10/+8
* Add Generic WAL interfaceTeodor Sigaev2016-04-012-0/+2
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-291-7/+43
* pgbench: allow a script weight of zeroAlvaro Herrera2016-03-291-3/+10
* pgbench: Remove \setrandom.Robert Haas2016-03-291-179/+2
* Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.Tom Lane2016-03-293-9/+12
* pgbench: Support double constants and functions.Robert Haas2016-03-284-94/+439
* Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane2016-03-281-3/+3
* pg_rewind: Improve internationalizationAlvaro Herrera2016-03-283-7/+14
* Fix minor leak in pg_dump for ACCESS METHOD.Alvaro Herrera2016-03-281-1/+2
* psql tab-complete for CREATE/DROP ACCESS METHODTeodor Sigaev2016-03-281-0/+13
* Fix comment in pg_dump.Teodor Sigaev2016-03-281-4/+1
* pg_rewind: fsync target data directory.Andres Freund2016-03-272-1/+57
* pg_rewind: Close backup_label file descriptor.Andres Freund2016-03-271-0/+1
* Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane2016-03-244-4/+4
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-2415-1659/+21
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-2418-4146/+19
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-2426-836/+46
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-234-2/+195
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-238-74/+23
* Allow the delay in psql's \watch command to be a fractional second.Tom Lane2016-03-211-10/+15
* Improve header output from psql's \watch command.Tom Lane2016-03-211-10/+31
* Use %option bison-bridge in psql/pgbench lexers.Tom Lane2016-03-205-12/+39
* SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane2016-03-205-427/+747
* Make pgbench's expression lexer reentrant.Tom Lane2016-03-194-64/+117
* pgbench: Silence new compiler warningsAlvaro Herrera2016-03-191-14/+22
* Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane2016-03-192-51/+40
* pgbench: Allow changing weights for scriptsAlvaro Herrera2016-03-191-78/+154
* With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane2016-03-191-0/+5
* Use yylex_init not yylex_init_extra().Tom Lane2016-03-191-1/+3
* Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane2016-03-191-1/+2
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-1910-754/+1003
* Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane2016-03-183-118/+176
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-182-5/+3
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-187-64/+154
* Clean up some misplaced #includes.Tom Lane2016-03-183-6/+3
* Fix "pg_bench -C -M prepared".Tom Lane2016-03-161-1/+8
* Fix typos.Robert Haas2016-03-154-4/+4
* Fix order of MemSet argumentsMagnus Hagander2016-03-131-1/+1
* Get rid of scribbling on a const variable in psql's print.c.Tom Lane2016-03-122-3/+3
* pg_upgrade: Convert old visibility map format to new format.Robert Haas2016-03-113-11/+197
* psql: Don't automatically use expanded format when there's 1 column.Robert Haas2016-03-111-2/+4
* Refactor receivelog.c parametersMagnus Hagander2016-03-114-136/+136
* pgbench: When -T is used, don't wait for transactions beyond end of run.Robert Haas2016-03-091-0/+14
* Handle invalid libpq sockets in more placesPeter Eisentraut2016-03-084-7/+24
* psql: Fix some strange code in SQL help creationPeter Eisentraut2016-03-081-10/+10
* pg_upgrade: Remove converter plugin facility.Robert Haas2016-03-087-330/+18