summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2016-04-11pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().Tom Lane
2016-04-08Support \crosstabview in psqlAlvaro Herrera
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-04-08Fix improper usage of 'dump' bitmapStephen Frost
2016-04-08In dumpTable, re-instate the skipping logicStephen Frost
2016-04-08Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-04-07In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost
2016-04-07In pg_dump, split "dump" into "dump" and "dump_contains"Stephen Frost
2016-04-07In pg_dump, use a bitmap to represent what to includeStephen Frost
2016-04-07Add new catalog called pg_init_privsStephen Frost
2016-04-06pg_dump: Add table qualifications to some tagsPeter Eisentraut
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-04-01pgbench: Remove unused parameterAlvaro Herrera
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-29Allow aggregate transition states to be serialized and deserialized.Robert Haas
2016-03-29pgbench: allow a script weight of zeroAlvaro Herrera
2016-03-29pgbench: Remove \setrandom.Robert Haas
2016-03-29Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2ec.Tom Lane
2016-03-29pgbench: Support double constants and functions.Robert Haas
2016-03-28Sync tzload() and tzparse() APIs with IANA release tzcode2016c.Tom Lane
2016-03-28pg_rewind: Improve internationalizationAlvaro Herrera
2016-03-28Fix minor leak in pg_dump for ACCESS METHOD.Alvaro Herrera
2016-03-28psql tab-complete for CREATE/DROP ACCESS METHODTeodor Sigaev
2016-03-28Fix comment in pg_dump.Teodor Sigaev
2016-03-27pg_rewind: fsync target data directory.Andres Freund
2016-03-27pg_rewind: Close backup_label file descriptor.Andres Freund
2016-03-25Link libpq after libpgfeutils to satisfy Windows linker.Tom Lane
2016-03-25Move psql's psqlscan.l into src/fe_utils.Tom Lane
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-24Move keywords.c/kwlookup.c into src/common/.Tom Lane
2016-03-21Allow the delay in psql's \watch command to be a fractional second.Tom Lane
2016-03-21Improve header output from psql's \watch command.Tom Lane
2016-03-21Use %option bison-bridge in psql/pgbench lexers.Tom Lane
2016-03-20SQL commands in pgbench scripts are now ended by semicolons, not newlines.Tom Lane
2016-03-19Make pgbench's expression lexer reentrant.Tom Lane
2016-03-19pgbench: Silence new compiler warningsAlvaro Herrera
2016-03-19Sync backend/parser/scan.l with bin/psql/psqlscan.l.Tom Lane
2016-03-19pgbench: Allow changing weights for scriptsAlvaro Herrera
2016-03-19With ancient gcc, skip pg_attribute_printf() on function pointer.Tom Lane
2016-03-19Use yylex_init not yylex_init_extra().Tom Lane
2016-03-19Suppress FLEX_NO_BACKUP check for psqlscanslash.l.Tom Lane
2016-03-19Split psql's lexer into two separate .l files for SQL and backslash cases.Tom Lane
2016-03-19Convert psql's flex lexer to be re-entrant, and make it compile standalone.Tom Lane