summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-05Improve documentation about the relationship of extensions and schemas.Tom Lane
2013-04-05doc: Fix number of columns in tablePeter Eisentraut
2013-04-05Fix line count in slashUsage().Tom Lane
2013-04-04Add \watch [SEC] command to psql.Tom Lane
2013-04-04Fix off by one error in JSON extract path code.Andrew Dunstan
2013-04-04psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian
2013-04-04Fix crash on compiling a regular expression with more than 32k colors.Heikki Linnakangas
2013-04-04Fix a few thinkos in the JSON functions docs.Andrew Dunstan
2013-04-04Calculate # of semaphores correctly with --disable-spinlocks.Heikki Linnakangas
2013-04-03Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane
2013-04-03Fix typo in FDW docs.Tom Lane
2013-04-03Minor robustness improvements for isolationtester.Tom Lane
2013-04-01Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.Tom Lane
2013-04-01Revert "ecpg: Don't link compatlib with libpq"Peter Eisentraut
2013-03-31Update release notes for changes through today.Tom Lane
2013-03-31Ignore extra subquery outputs in set_subquery_size_estimates().Tom Lane
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2013-03-31ecpg: Don't link compatlib with libpqPeter Eisentraut
2013-03-31pg_upgrade: don't copy/link files for invalid indexesBruce Momjian
2013-03-30Improve code documentation about "magnetic disk" storage manager.Tom Lane
2013-03-30Avoid moving data directory in upgrade testing.Andrew Dunstan
2013-03-30Remove tab from SGML file.Bruce Momjian
2013-03-30ecpg: Parallel make fixPeter Eisentraut
2013-03-29Fix page title for JSON Functions and Operators.Andrew Dunstan
2013-03-29Add new JSON processing functions and parser API.Andrew Dunstan
2013-03-29Document encode(bytea, 'escape')'s behavior correctly.Tom Lane
2013-03-29Must check indisready not just indisvalid when dumping from 9.2 server.Tom Lane
2013-03-29Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.Tom Lane
2013-03-28sepgsql: Documentation improvements.Robert Haas
2013-03-28Allow sepgsql labels to depend on object name.Robert Haas
2013-03-28Update time zone data files to tzdata release 2013b.Tom Lane
2013-03-28Avoid "variable might be clobbered by longjmp" warning.Tom Lane
2013-03-28Add sql_drop event for event triggersAlvaro Herrera
2013-03-28Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs
2013-03-28Revoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bcSimon Riggs
2013-03-27Reset OpenSSL randomness state in each postmaster child process.Tom Lane
2013-03-27Fix pasto which broke docs build.Kevin Grittner
2013-03-27Fix buffer pin leak in heap update redo routine.Heikki Linnakangas
2013-03-27Set recovery_config_directory for EXEC_BACKEND.Simon Riggs
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-03-27sepgsql: Support for new post-ALTER access hook.Robert Haas
2013-03-27Allow external recovery_config_directorySimon Riggs
2013-03-26Fix grammatical errors in some new message strings.Tom Lane
2013-03-26Ignore invalid indexes in pg_dump.Tom Lane
2013-03-26Fix pg_dump against 9.1/9.2 servers.Heikki Linnakangas
2013-03-26Get rid of obsolete parse_version helper function.Heikki Linnakangas
2013-03-26Fix a small logic bug in adjusted parallel restore code.Andrew Dunstan
2013-03-25In base backup, only include our own tablespace version directory.Heikki Linnakangas