Commit Graph

15170 Commits (45eebaf822275d94925c7bb45640d8585daf129f)
 

Author SHA1 Message Date
Michael Meskes 45eebaf822 Fixed segfault in forward definition parsing. 23 years ago
Bruce Momjian 21b8e0acd9 Update URL to point to proper location. 23 years ago
Bruce Momjian b67f0ae36e Update Emacs settings, from Andrew Dunstan 23 years ago
Bruce Momjian 6d9ee7e7ca Add: 23 years ago
Tom Lane d7e76d42f2 markTargetListOrigin neglected to handle outer-scope Vars properly; 23 years ago
Bruce Momjian e70a8ee97d Add: 23 years ago
Bruce Momjian 944b162305 Add: 23 years ago
Bruce Momjian 2f1d96c3e0 Add item about sending success stories to http://advocacy.postgresql.org. 23 years ago
Tom Lane 9e1e72b698 Cause pg_dumpall to support the -a, -s, -x options of pg_dump. 23 years ago
Tom Lane df1df6bb90 Cause pg_dumpall to include GRANT/REVOKE for database-level permissions 23 years ago
Tom Lane d24d75ff19 Small performance improvement for hash joins and hash aggregation: 23 years ago
Michael Meskes 776d530924 Create a real prototype function for describe. 23 years ago
Michael Meskes a0fed291dc Sync and some minor cleanup/fixing work plus an EXEC SQL DESCRIBE prototype. 23 years ago
Tom Lane 5666462f2e Ensure that in all flex lexers that are part of the backend, a 23 years ago
Barry Lind 4fb5b92769 one more change to correctly support the removeall of autocommit 23 years ago
Tom Lane 9fbd52808e Adopt latest bison's spelling of 'syntax error' rather than 'parse error' 23 years ago
Tom Lane 268313a95b Don't explicitly close() the session socket during backend exit; instead 23 years ago
Tom Lane 9f47c4cc5c AFAICT, none of our shared libraries are anywhere near big enough to 23 years ago
Michael Meskes 196d0dd10b Changed variable parsing so struct[n].attr works. 23 years ago
Michael Meskes bbe9902223 Parse forward definiton of structs. 23 years ago
Barry Lind 9e2a980f62 Applied patch from Fernando Nasser to fix up small type error 23 years ago
Barry Lind ece84bf819 Applied patch from Fernando Nasser to improve buffer sizes to avoid unnecessary resizing. 23 years ago
Barry Lind fb630cc49f clean up warnings produced by Eclipse 23 years ago
Barry Lind 35511088d3 Adding .cvsignore files for Eclipse IDE 23 years ago
Barry Lind 1b6e600bfe Up the build number to reflect the changes for V3 protocol support 23 years ago
Barry Lind a9983ab414 Initial attempt to integrate in V3 protocol support. This is still a work in 23 years ago
Tom Lane d998fac953 Add a regression test to catch future silliness in the index-building 23 years ago
Tom Lane f3707d0705 Fix stupid oversight :-( 23 years ago
Tom Lane 7c7139cf29 Knock down a couple more lappend() hotspots for large WHERE clauses. 23 years ago
Tom Lane 8a6ac83dab Fix some planner performance problems with large WHERE clauses, by 23 years ago
Tom Lane 0f3c68aa43 Fix breakage of LINUX_PROFILE code due to recent Windows changes. 23 years ago
Tom Lane 4df52b28f0 Fix things so that an error occuring during standalone-backend processing 23 years ago
Tom Lane aae078198d In bootstrap and standalone-backend modes, do not sort LOG elevel out 23 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 years ago
Bruce Momjian e5f19598e0 Add to thread discussion. 23 years ago
Bruce Momjian a2b498c291 Add info about selecting a random row. 23 years ago
Peter Eisentraut a6f01d1aa6 Internationalize interactive yes/no responses. 23 years ago
Bruce Momjian aea0270c23 Make log_ GUC settings controllable only by super-users, so non-super 23 years ago
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 23 years ago
Bruce Momjian 24daeb8e73 Add configure thread tests. 23 years ago
Michael Meskes e185583a37 Allow input from stdin and output to stdout. 23 years ago
Michael Meskes 677844560f Fixed incorrect output for some structs. 23 years ago
Tom Lane 5493ecc3a5 Adjust error-handling logic in libpq. For the first time, libpq copes 23 years ago
Bruce Momjian 90903069e9 Add item for changing a column's data type. 23 years ago
Tom Lane 6923ea2b86 Fix misstatement in release-notes item. 23 years ago
Bruce Momjian 4b864e7cb0 Update: 23 years ago
Tom Lane 8c43300ccc Make sure printtup() always sends the number of columns previously 23 years ago
Bruce Momjian b71a48990a Add documentation to 'createuser' that ALTER USER must be used to add or 23 years ago
Bruce Momjian ab64881f97 Add: 23 years ago
Bruce Momjian bb9f84aad7 Remove comment that cbrt() isn't being used. 23 years ago