Commit Graph

35020 Commits (6e481ebff6368cb0ab5351a5ef3463747c35af22)
 

Author SHA1 Message Date
Tom Lane 6e481ebff6 Improve error message when an FDW doesn't support WHERE CURRENT OF. 13 years ago
Tom Lane 3353583d7e Don't try to pass -I switch to postmaster in contrib/start-scripts/linux. 13 years ago
Robert Haas 4580a4bd2c Fix typo in comment. 13 years ago
Peter Eisentraut acd5803053 Standardize spelling of "nonblocking" 13 years ago
Bruce Momjian 5286963066 pg_upgrade: Add checksum C comment 13 years ago
Robert Haas f050457978 sepgsql: Minor improvement to test script, doc fix. 13 years ago
Robert Haas 0bf5c548d6 sepgsql: One more getObjectIdentity in lieu of getObjectDescription. 13 years ago
Peter Eisentraut b9bdaf3964 doc: Update PQgetssl() documentation 13 years ago
Bruce Momjian d61dddba37 pgindent: add newline to die() so script line number is not reported on failure. 13 years ago
Heikki Linnakangas 87ae9e7265 Remove some unused and seldom used fields from RelationAmInfo. 13 years ago
Peter Eisentraut c74d586d2f Fix function return type confusion 13 years ago
Andrew Dunstan d788121aba Mark json IO and extraction functions immutable. 13 years ago
Andrew Dunstan 728ec9731f Correct handling of NULL arguments in json funcs. 13 years ago
Tom Lane 410bed2ab8 Improve GiST index search performance for trigram regex queries. 13 years ago
Peter Eisentraut e08fdf1310 Add serial comma 13 years ago
Peter Eisentraut 8730618458 pg_ctl: Add idempotent option 13 years ago
Peter Eisentraut ba66752d27 Fix sporadic rebuilds for .pc files 13 years ago
Tom Lane 0b33790421 Clean up the mess around EXPLAIN and materialized views. 13 years ago
Bruce Momjian 5003f94f66 pgindent: improve error messages 13 years ago
Bruce Momjian 8daa4e960e pgindent: fix downloading of BSD indent binary 13 years ago
Robert Haas f8a54e936b sepgsql: Enforce db_procedure:{execute} permission. 13 years ago
Robert Haas d017bf41a3 Minor wording corrections for object-access hook stuff. 13 years ago
Robert Haas b620fdabba sepgql: Use getObjectIdentity rather than getObjectDescription. 13 years ago
Bruce Momjian be55f3b859 Document that git_changelog needs updating for major version stamping. 13 years ago
Alvaro Herrera 6cd18a88b6 Remove quotes around SQL statement in error message 13 years ago
Alvaro Herrera 6a76edb188 Fix confusion between ObjectType and ObjectClass 13 years ago
Peter Eisentraut 82b55c9769 doc: Update DTrace information 13 years ago
Magnus Hagander d334b337b4 Update the description for the graphical installers 13 years ago
Alvaro Herrera f62ab623ad Fix SIGUSR1 handling by unconnected bgworkers 13 years ago
Alvaro Herrera 61a7d576f2 Fix SIGHUP handling by unconnected bgworkers 13 years ago
Tom Lane 6f5b8beb64 Make contrib/pg_trgm also support regex searches with GiST indexes. 13 years ago
Alvaro Herrera e543631f3c Make worker_spi sample code more complete 13 years ago
Andrew Dunstan 66c01707c6 Fix hstore_to_json_loose example in docs. 13 years ago
Robert Haas 4cff7b9dd6 Remove duplicate initialization in XLogReadRecord. 13 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 13 years ago
Robert Haas 0bf42a5f3b Adjust ExplainOneQuery_hook_type to take a DestReceiver argument. 13 years ago
Tom Lane 3ccae48f44 Support indexing of regular-expression searches in contrib/pg_trgm. 13 years ago
Simon Riggs e60d20a35e Minor rewording of README comments 13 years ago
Heikki Linnakangas 594041311c Fix calculation of how many segments to retain for wal_keep_segments. 13 years ago
Simon Riggs 5787c6730e Skip extraneous locking in XLogCheckBuffer(). 13 years ago
Simon Riggs 47c4333189 Avoid tricky race condition recording XLOG_HINT 13 years ago
Simon Riggs a4b94b8515 README comments on checksums on page holes. 13 years ago
Simon Riggs 1be203519a Tune BufferGetLSNAtomic() when checksums !enabled 13 years ago
Simon Riggs cf8dc9e10c Fix checksums for CLUSTER, VACUUM FULL etc. 13 years ago
Tom Lane 7844608e54 Get rid of USE_WIDE_UPPER_LOWER dependency in trigram construction. 13 years ago
Tom Lane faf4726c9f In isolationtester, retry after EINTR return from select(2). 13 years ago
Robert Haas e965e6344c sepgsql: Enforce db_schema:search permission. 13 years ago
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