Commit Graph

35189 Commits (a4424c57c3da52efa212b21521abff4bf129b19e)
 

Author SHA1 Message Date
Alvaro Herrera e543631f3c Make worker_spi sample code more complete 12 years ago
Andrew Dunstan 66c01707c6 Fix hstore_to_json_loose example in docs. 12 years ago
Robert Haas 4cff7b9dd6 Remove duplicate initialization in XLogReadRecord. 12 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 12 years ago
Robert Haas 0bf42a5f3b Adjust ExplainOneQuery_hook_type to take a DestReceiver argument. 12 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 12 years ago
Simon Riggs e60d20a35e Minor rewording of README comments 12 years ago
Heikki Linnakangas 594041311c Fix calculation of how many segments to retain for wal_keep_segments. 12 years ago
Simon Riggs 5787c6730e Skip extraneous locking in XLogCheckBuffer(). 12 years ago
Simon Riggs 47c4333189 Avoid tricky race condition recording XLOG_HINT 12 years ago
Simon Riggs a4b94b8515 README comments on checksums on page holes. 12 years ago
Simon Riggs 1be203519a Tune BufferGetLSNAtomic() when checksums !enabled 12 years ago
Simon Riggs cf8dc9e10c Fix checksums for CLUSTER, VACUUM FULL etc. 12 years ago
Tom Lane 7844608e54 Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction. 12 years ago
Tom Lane faf4726c9f In isolationtester, retry after EINTR return from select(2). 12 years ago
Robert Haas e965e6344c sepgsql: Enforce db_schema:search permission. 12 years ago
Tom Lane 52f436b807 Improve documentation about the relationship of extensions and schemas. 12 years ago
Peter Eisentraut e3f719c367 doc: Fix number of columns in table 12 years ago
Tom Lane 927e1dc96c Fix line count in slashUsage(). 12 years ago
Tom Lane c6a3fce7dd Add \watch [SEC] command to psql. 12 years ago
Andrew Dunstan e75feb2834 Fix off by one error in JSON extract path code. 12 years ago
Bruce Momjian 48a2cd370e psql: fix startup crash caused by PSQLRC containing a tilde 12 years ago
Heikki Linnakangas bf2b0a1478 Fix crash on compiling a regular expression with more than 32k colors. 12 years ago
Andrew Dunstan d7d5832012 Fix a few thinkos in the JSON functions docs. 12 years ago
Heikki Linnakangas b8ed4cc962 Calculate # of semaphores correctly with --disable-spinlocks. 12 years ago
Tom Lane f7b0006f42 Avoid updating our PgBackendStatus entry when track_activities is off. 12 years ago
Tom Lane 0f1345d38b Fix typo in FDW docs. 12 years ago
Tom Lane 845d335a90 Minor robustness improvements for isolationtester. 12 years ago
Tom Lane 89b661bab9 Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 12 years ago
Tom Lane 17fe2793ea Fix insecure parsing of server command-line switches. 12 years ago
Tom Lane ce9ab88981 Make REPLICATION privilege checks test current user not authenticated user. 12 years ago
Peter Eisentraut 85079078ac Revert "ecpg: Don't link compatlib with libpq" 12 years ago
Tom Lane e48a7bd527 Update release notes for changes through today. 12 years ago
Tom Lane d931ac0ec4 Ignore extra subquery outputs in set_subquery_size_estimates(). 12 years ago
Peter Eisentraut 64f890905f Add pkg-config files for libpq and ecpg libraries 12 years ago
Peter Eisentraut 3780fc679c ecpg: Don't link compatlib with libpq 12 years ago
Bruce Momjian 203d8ae2db pg_upgrade: don't copy/link files for invalid indexes 12 years ago
Tom Lane 22f7b9613e Improve code documentation about "magnetic disk" storage manager. 12 years ago
Andrew Dunstan 67eb3e5075 Avoid moving data directory in upgrade testing. 12 years ago
Bruce Momjian b015558091 Remove tab from SGML file. 12 years ago
Peter Eisentraut 602070f9cc ecpg: Parallel make fix 12 years ago
Andrew Dunstan 6caf759f3f Fix page title for JSON Functions and Operators. 12 years ago
Andrew Dunstan a570c98d7f Add new JSON processing functions and parser API. 12 years ago
Tom Lane 9ad27c2153 Document encode(bytea, 'escape')'s behavior correctly. 12 years ago
Tom Lane aa02864f64 Must check indisready not just indisvalid when dumping from 9.2 server. 12 years ago
Tom Lane 29505a894e Draft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 12 years ago
Robert Haas 2a3db8cec2 sepgsql: Documentation improvements. 12 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 12 years ago
Tom Lane ae7f1c3ef2 Update time zone data files to tzdata release 2013b. 12 years ago
Tom Lane 58bc48179b Avoid "variable might be clobbered by longjmp" warning. 12 years ago