Commit Graph

13121 Commits (65dc2e0d8c1200a63e5d293f0cfa95a836eb984c)
 

Author SHA1 Message Date
Hiroshi Inoue 65dc2e0d8c Change LOCK statements to start new transaction 23 years ago
Bruce Momjian 41e7328068 Done: 23 years ago
Bruce Momjian 54916d57b3 Add: 23 years ago
Tom Lane 3b78826bb5 Make the standard system views schema-aware. 23 years ago
Tom Lane 5e825139e4 Arrange to collect statistics on a few more system catalog columns. 23 years ago
Tom Lane 9459db8ea9 Cause view/rule display to work as expected after rename of an underlying 23 years ago
Tom Lane d176fad580 Some improvements in geometric-operators documentation. 23 years ago
Tatsuo Ishii f84002176f Fix bug in encoding conversion table 23 years ago
Tatsuo Ishii 697b472099 Address build problems on cygwin and (hopefully) AIX. 23 years ago
Tatsuo Ishii 3c63578a7e Load and keep conversion function info when SET CLIENT_ENCODING TO is 23 years ago
Tatsuo Ishii b53c851655 Remove #ifdef MULTIBYTE 23 years ago
Tom Lane b084cc3504 Cause schema-qualified FROM items and schema-qualified variable references 23 years ago
Tom Lane e42f8e32e9 Clean up plpgsql identifier handling: process quoted identifiers 23 years ago
Tom Lane 13e8be42bd parseTypeString wasn't quite paranoid enough. 23 years ago
Tom Lane c1003339d6 Fix permission checking for temp-table namespace. 23 years ago
Tom Lane dfef56a92f Improve 'failed to initialize' messages. 23 years ago
Peter Eisentraut e52a98091f Updated translation from Dennis Bjorklund <db@zigo.dhs.org> 23 years ago
Tom Lane ba053de197 Still more paranoia in PageAddItem: disallow specification of an item 23 years ago
Tom Lane 4038e8610c Remove no-longer-used PageManagerMode enum. 23 years ago
Tom Lane b74f61aabe Move pg_convert3 declaration to suppress compile warning. Really 23 years ago
Tatsuo Ishii 6206a880cf Add SQL99 CONVERT() function. 23 years ago
Bruce Momjian 34f03b1630 Patch for current CVS. It add test of lca() to ltree test suite. 23 years ago
Bruce Momjian 683b0d3add Of course, the simple change has ripple effects! Here's a patch for the 23 years ago
Bruce Momjian 4f63e11646 >> Hm. I'd sort of expect the "z" to become both the table and column 23 years ago
Bruce Momjian dd6513a5b6 The attached patch disallows the use of coldeflists for functions that 23 years ago
Bruce Momjian 7b30ed8fa4 This patch fixes two typos in the documentation for the newly added 23 years ago
Bruce Momjian a6c7681997 This patch changes the behavior of PostgreSQL so that if any queries are 23 years ago
Tom Lane 5df307c778 Restructure local-buffer handling per recent pghackers discussion. 23 years ago
Peter Eisentraut 35cd432b18 Forgot to add/remove files. 23 years ago
Peter Eisentraut 6f4a9fb119 Add User's Guide chapters on Data Definition and Data Manipulation. 23 years ago
Tom Lane 15fe086fba Restructure system-catalog index updating logic. Instead of having 23 years ago
Tom Lane 07f9682de4 Preliminary code review for anonymous-composite-types patch: fix breakage 23 years ago
Thomas G. Lockhart ac1a3dcf24 Fix compilation problem with assert checking enabled for recent xlog 23 years ago
Tom Lane 0fe931a3e0 Code review for anonymous-functions patch --- clean up some confusion 23 years ago
Tom Lane 44582cd879 Temporary solution for XLogDir breakage. 23 years ago
Tom Lane 1be014313a Fix merge failures for anonymous-type patch. From Joe Conway. 23 years ago
Tom Lane e053d2071d Fix broken pg_backend_pid reference, per Joe Conway. 23 years ago
Bruce Momjian 32465bfc75 Another backend_pid rename. 23 years ago
Bruce Momjian 58c227693d Fix compile failures for FRS composite tyhpe patch until Joe can fix it. 23 years ago
Bruce Momjian d7859a9570 Rename backend_pid to pg_backend_pid, move docs to monitoring section. 23 years ago
Bruce Momjian 9218689b69 Attached are two patches to implement and document anonymous composite 23 years ago
Tom Lane 35d39ba081 Fix obsolete comment. 23 years ago
Thomas G. Lockhart ffef720670 Minor clarification or fix of typos. 23 years ago
Thomas G. Lockhart c755f6027f Implement WAL log location control using "-X" or PGXLOG. 23 years ago
Thomas G. Lockhart eb121ba2cf Implement IS OF and IS NOT OF type predicate. 23 years ago
Thomas G. Lockhart 7c1e67bd52 Implement IS OF type predicate. Can now do queries of the form: 23 years ago
Thomas G. Lockhart b71310d8e0 Add guard code to protect from buffer overruns on long date/time input 23 years ago
Thomas G. Lockhart e025bb7a72 Define macros for handling typmod manipulation for date/time types. 23 years ago
Thomas G. Lockhart 043f9eb90a Implement hex literal conversion to bit string literal. 23 years ago
Thomas G. Lockhart ce5dc562e6 Allow bit string constants without fully-specified length declaration. 23 years ago