Commit Graph

27488 Commits (85e2cedf985bfecaf43a18ca17433070f439fb0e)
 

Author SHA1 Message Date
Tom Lane 85e2cedf98 Improve bulk-insert performance by keeping the current target buffer pinned 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Heikki Linnakangas 5ae29525d1 The logic in systable_beginscan to translate heap attribute numbers to 17 years ago
Tom Lane 53b4e469ca This maneuver really requires a comment ... 17 years ago
Andrew Dunstan 0db527c05b change fix for suppress_redundant_updates_trigger() where relation has Oids, to only apply if present Oid is invalid, per second thought from TGL 17 years ago
Andrew Dunstan b65ebc7e8b fix suppress_redundant_updates_trigger() where relation has Oids, per gripe from KaiGai Kohei 17 years ago
Peter Eisentraut e2a277bd08 A few additional test cases for array functionality 17 years ago
Tom Lane e0dc7d026f Rename several aliases for PLpgSQL_datum.dno to also be called dno. 17 years ago
Bruce Momjian e33e0c43fe Document that SSL is only possible on tcp/ip connections in the 17 years ago
Bruce Momjian c227ccc2f7 Document that 'sslmode' is ignored for Unix domain socket communication; 17 years ago
Alvaro Herrera b6cb3d0c06 Revert unwanted patch, per Tom. 17 years ago
Alvaro Herrera 45fffcf778 Remove unused rfno from PLpgSQL_recfield 17 years ago
Tom Lane 70b6e99e40 Fix bug introduced in recent patch to make plpython cope with OUT arguments: 17 years ago
Peter Eisentraut 725ba51f2c Experimental new support for building man pages via docbook2x, an XSL-based 17 years ago
Peter Eisentraut 254aecb704 ADD array_ndims function 17 years ago
Peter Eisentraut 9beb9e761b Fix compiler warning about uninitialized variable 17 years ago
Bruce Momjian 4253f016c9 Add missing colon to docs. 17 years ago
Bruce Momjian ac3797a913 Remove tabs from SGML file. 17 years ago
Tom Lane 31b15fe8dc Disallow LOCK TABLE outside a transaction block (or function), since this case 17 years ago
Tom Lane 99e0996284 Fix compiler warnings (including a seriously bogus elog call); minor 17 years ago
Tom Lane 1a2b41f498 Use bool for a boolean flag. 17 years ago
Peter Eisentraut 84aa797292 Allow uuid_in() to parse a wider variety of variant input formats for the UUID 17 years ago
Tom Lane 48cbe59150 Dept of second thoughts: seems it'd be safer if pg_typeof is marked 17 years ago
Tom Lane b4eae023bb Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage 17 years ago
Andrew Dunstan f0dae70431 suppress_redundant_updates_trigger function. 17 years ago
Alvaro Herrera 4ff0468371 Fix silly typo in previous commit. 17 years ago
Alvaro Herrera d698bf83d1 Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction 17 years ago
Tom Lane 13fc2e4df8 Fix two error-recovery bugs in describeOneTableDetails(), and make the code 17 years ago
Alvaro Herrera 88dd4b0a0d Reduce the acceptable staleness of pgstat data for autovacuum, per the 17 years ago
Tom Lane b8fab2411d Add pg_typeof() function. 17 years ago
Bruce Momjian 06c22d7f51 Small shell syntax improvement. 17 years ago
Alvaro Herrera aa3288146a Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. 17 years ago
Alvaro Herrera b107299c40 Fix mistakes in comment headers 17 years ago
Magnus Hagander 5e75a5dca9 Fix incorrect comment in SSL code 17 years ago
Tom Lane 3c2313f481 Change the pgstat logic so that the stats collector writes the stats file only 17 years ago
Tom Lane d7112cfa88 Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't 17 years ago
Tom Lane 902d1cb35f Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 17 years ago
Michael Meskes 492059daba Move from strcmp to strncmp to be more tolerant for changes to the parser. 17 years ago
Michael Meskes ef9ed9b6aa Use string component in index structure. 17 years ago
Michael Meskes e6c7f7c1ad Do not eat memory even in case of an out-of-memory error. 17 years ago
Tom Lane df5a99612d Simplify ExecutorRun's API and save some trivial number of cycles by having 17 years ago
Heikki Linnakangas e9816533e3 Update FSM on WAL replay. This is a bit limited; the FSM is only updated 17 years ago
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 17 years ago
Michael Meskes cd97f98844 Added missing ';' 17 years ago
Heikki Linnakangas 19c8dc839b Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 17 years ago
Peter Eisentraut 29077051de The conversion rule from postgres.sgml to postgres.xml didn't work with 17 years ago
Heikki Linnakangas a1d2e16550 Add test case for CREATE CAST. 17 years ago
Heikki Linnakangas 092bc49653 Add support for user-defined I/O conversion casts. 17 years ago
Peter Eisentraut 34e37d58ed Message improvement 17 years ago
Tom Lane d1e384884c Update back-branch release notes. 17 years ago