Commit Graph

34973 Commits (52f436b807b0d02203ea6be19bafa56e4e1381e8)
 

Author SHA1 Message Date
Tom Lane 52f436b807 Improve documentation about the relationship of extensions and schemas. 13 years ago
Peter Eisentraut e3f719c367 doc: Fix number of columns in table 13 years ago
Tom Lane 927e1dc96c Fix line count in slashUsage(). 13 years ago
Tom Lane c6a3fce7dd Add \watch [SEC] command to psql. 13 years ago
Andrew Dunstan e75feb2834 Fix off by one error in JSON extract path code. 13 years ago
Bruce Momjian 48a2cd370e psql: fix startup crash caused by PSQLRC containing a tilde 13 years ago
Heikki Linnakangas bf2b0a1478 Fix crash on compiling a regular expression with more than 32k colors. 13 years ago
Andrew Dunstan d7d5832012 Fix a few thinkos in the JSON functions docs. 13 years ago
Heikki Linnakangas b8ed4cc962 Calculate # of semaphores correctly with --disable-spinlocks. 13 years ago
Tom Lane f7b0006f42 Avoid updating our PgBackendStatus entry when track_activities is off. 13 years ago
Tom Lane 0f1345d38b Fix typo in FDW docs. 13 years ago
Tom Lane 845d335a90 Minor robustness improvements for isolationtester. 13 years ago
Tom Lane 89b661bab9 Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 13 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 13 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 13 years ago
Peter Eisentraut 85079078ac Revert "ecpg: Don't link compatlib with libpq" 13 years ago
Tom Lane e48a7bd527 Update release notes for changes through today. 13 years ago
Tom Lane d931ac0ec4 Ignore extra subquery outputs in set_subquery_size_estimates(). 13 years ago
Peter Eisentraut 64f890905f Add pkg-config files for libpq and ecpg libraries 13 years ago
Peter Eisentraut 3780fc679c ecpg: Don't link compatlib with libpq 13 years ago
Bruce Momjian 203d8ae2db pg_upgrade: don't copy/link files for invalid indexes 13 years ago
Tom Lane 22f7b9613e Improve code documentation about "magnetic disk" storage manager. 13 years ago
Andrew Dunstan 67eb3e5075 Avoid moving data directory in upgrade testing. 13 years ago
Bruce Momjian b015558091 Remove tab from SGML file. 13 years ago
Peter Eisentraut 602070f9cc ecpg: Parallel make fix 13 years ago
Andrew Dunstan 6caf759f3f Fix page title for JSON Functions and Operators. 13 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 13 years ago
Tom Lane 9ad27c2153 Document encode(bytea, 'escape')'s behavior correctly. 13 years ago
Tom Lane aa02864f64 Must check indisready not just indisvalid when dumping from 9.2 server. 13 years ago
Tom Lane 29505a894e Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 13 years ago
Robert Haas 2a3db8cec2 sepgsql: Documentation improvements. 13 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 13 years ago
Tom Lane ae7f1c3ef2 Update time zone data files to tzdata release 2013b. 13 years ago
Tom Lane 58bc48179b Avoid "variable might be clobbered by longjmp" warning. 13 years ago
Alvaro Herrera 473ab40c8b Add sql_drop event for event triggers 13 years ago
Simon Riggs 593c39d156 Revoke bc5334d867 13 years ago
Simon Riggs d139a5e26b Revoke 7a5a59d378 13 years ago
Tom Lane 0d1ecd6300 Reset OpenSSL randomness state in each postmaster child process. 13 years ago
Kevin Grittner 40e873d854 Fix pasto which broke docs build. 13 years ago
Heikki Linnakangas 3cfb572dde Fix buffer pin leak in heap update redo routine. 13 years ago
Simon Riggs 7a5a59d378 Set recovery_config_directory for EXEC_BACKEND. 13 years ago
Heikki Linnakangas 7800a71291 Move some pg_dump function around. 13 years ago
Robert Haas 1cea9bbb21 sepgsql: Support for new post-ALTER access hook. 13 years ago
Simon Riggs bc5334d867 Allow external recovery_config_directory 13 years ago
Tom Lane f7f210b5c4 Fix grammatical errors in some new message strings. 13 years ago
Tom Lane 683abc73df Ignore invalid indexes in pg_dump. 13 years ago
Heikki Linnakangas 625b237f79 Fix pg_dump against 9.1/9.2 servers. 13 years ago
Heikki Linnakangas 901b89e37b Get rid of obsolete parse_version helper function. 13 years ago
Andrew Dunstan ec143f9405 Fix a small logic bug in adjusted parallel restore code. 13 years ago
Heikki Linnakangas 28ba260906 In base backup, only include our own tablespace version directory. 13 years ago