aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* In pg_dump, split "dump" into "dump" and "dump_contains"Stephen Frost2016-04-06
* In pg_dump, use a bitmap to represent what to includeStephen Frost2016-04-06
* Add new catalog called pg_init_privsStephen Frost2016-04-06
* pg_dump: Add table qualifications to some tagsPeter Eisentraut2016-04-06
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-04
* Add psql \errverbose command to see last server error at full verbosity.Tom Lane2016-04-03
* pgbench: Remove unused parameterAlvaro Herrera2016-04-01
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* pgbench: allow a script weight of zeroAlvaro Herrera2016-03-29
* pgbench: Remove \setrandom.Robert Haas2016-03-29
* Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.Tom Lane2016-03-29
* pgbench: Support double constants and functions.Robert Haas2016-03-28
* Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane2016-03-28
* pg_rewind: Improve internationalizationAlvaro Herrera2016-03-28
* Fix minor leak in pg_dump for ACCESS METHOD.Alvaro Herrera2016-03-28
* psql tab-complete for CREATE/DROP ACCESS METHODTeodor Sigaev2016-03-28
* Fix comment in pg_dump.Teodor Sigaev2016-03-28
* pg_rewind: fsync target data directory.Andres Freund2016-03-27
* pg_rewind: Close backup_label file descriptor.Andres Freund2016-03-27
* Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane2016-03-24
* Move psql's psqlscan.l into src/fe_utils.Tom Lane2016-03-24
* Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane2016-03-24
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Allow the delay in psql's \watch command to be a fractional second.Tom Lane2016-03-21
* Improve header output from psql's \watch command.Tom Lane2016-03-21
* Use %option bison-bridge in psql/pgbench lexers.Tom Lane2016-03-20
* SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane2016-03-20
* Make pgbench's expression lexer reentrant.Tom Lane2016-03-19
* pgbench: Silence new compiler warningsAlvaro Herrera2016-03-19
* Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane2016-03-19
* pgbench: Allow changing weights for scriptsAlvaro Herrera2016-03-19
* With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane2016-03-19
* Use yylex_init not yylex_init_extra().Tom Lane2016-03-19
* Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane2016-03-19
* Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane2016-03-19
* Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane2016-03-18
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Decouple psqlscan.l from surrounding program.Tom Lane2016-03-18
* Clean up some misplaced #includes.Tom Lane2016-03-18
* Fix "pg_bench -C -M prepared".Tom Lane2016-03-16
* Fix typos.Robert Haas2016-03-15
* Fix order of MemSet argumentsMagnus Hagander2016-03-13
* Get rid of scribbling on a const variable in psql's print.c.Tom Lane2016-03-12