Commit Graph

13797 Commits (f94e5bde60c07994c01aea6ed45309e500aae346)
 

Author SHA1 Message Date
Tom Lane f94e5bde60 psql thought that backslash is an escape character inside double quotes. 23 years ago
Tom Lane 5bb46e7cd0 Fix for bug #795: two clauses that seem redundant are not really, if 23 years ago
Bruce Momjian 8031b066fa Update README for oid2name. 23 years ago
Bruce Momjian 3877847e88 Add: 23 years ago
Bruce Momjian bb63dacee3 Added: 23 years ago
Peter Eisentraut 0cd5ce6b11 Compute version number for docs on the fly. 23 years ago
Peter Eisentraut 08028faa22 Handle indentation of verbatim environments in HTML output via CSS. 23 years ago
Peter Eisentraut af514dca9e Fix linking problem. 23 years ago
Peter Eisentraut 10f41b2b80 Replace &version; by appropriate version. 23 years ago
Peter Eisentraut c086590380 Assorted reference page updates 23 years ago
Bruce Momjian 3379f7b9e0 Update FAQ. 23 years ago
Bruce Momjian e350d3d988 Update Russian FAQ. 23 years ago
Bruce Momjian 1aa4a37f6a Add replication, encryption, and cross database FAQ items. 23 years ago
Bruce Momjian 3258484d03 Add tv_sec change for connection timeout suggested by author. 23 years ago
Bruce Momjian 2177b6b635 Oops, back out newNode changes. We are not ready for that yet. 23 years ago
Bruce Momjian 6a7bb0afbc Prevent tv_sec from becoming negative in connection timeout code. 23 years ago
Bruce Momjian c2311337f0 Update: 23 years ago
Bruce Momjian 52f6918c28 Update IN/EXISTS item. 23 years ago
Bruce Momjian 5aa7849e1b set.patch updates an example in ref/set.sgml to have microsecond 23 years ago
Bruce Momjian 8a7cfa3756 Lock on the rule relation wasn't removed after adding the comment. 23 years ago
Bruce Momjian 0215dc9b0f Well, this patch makes Makefile for contrib/rserv use the 23 years ago
Bruce Momjian 33a6b67b51 > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 23 years ago
Bruce Momjian ba8e20a6dd > Alvaro Herrera <alvherre@atentus.com> writes: 23 years ago
Bruce Momjian d015dcbe4e Have SET not start transaction when autocommit off, with doc updates. 23 years ago
Bruce Momjian eb949720ad Add: 23 years ago
Bruce Momjian baaf8d7186 Again improve MemSet comments. 23 years ago
Bruce Momjian 59da96b8ce Update MemSet comments. 23 years ago
Tom Lane 56ece37384 Move responsibility for setting QuerySnapshot for utility statements 23 years ago
Dave Cramer 5fc32fbf87 fixed missing apostrophe 23 years ago
Tom Lane 4e9b159484 Change order of operations during XLogFlush so that we try to include 23 years ago
Tatsuo Ishii 9a2e9c6804 Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning 23 years ago
Bruce Momjian e4c2967edb Clarify comment. 23 years ago
Bruce Momjian fb5e61fd2d Fix markup error. 23 years ago
Bruce Momjian a32df55730 Add: 23 years ago
Bruce Momjian 0c88e38eda Add more documentation about CURRENT_TIMESTAMP. 23 years ago
Bruce Momjian 82df2dd732 Update: 23 years ago
Tom Lane 916d8164df Restrict CREATE OPERATOR CLASS to superusers, per discussion some weeks 23 years ago
Tom Lane d2db166c75 Require superuser privilege to create a binary-compatible cast, per 23 years ago
Bruce Momjian 04c57d68ce Update wording for temp files: 23 years ago
Tom Lane b8dcb505ec Fix a couple of grammatical errors in error messages. 23 years ago
Bruce Momjian 54670bd504 Add: 23 years ago
Tom Lane 3b8ba163d0 Tweak a few of the most heavily used function call points to zero out 23 years ago
Bruce Momjian 53c5edace8 Add: 23 years ago
Tom Lane aab47baf6c Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that 23 years ago
Bruce Momjian eb978845e4 Add auto-vacuum emails. 23 years ago
Bruce Momjian 2609ccc34b Add: 23 years ago
Bruce Momjian fb0b0a25dc Add: 23 years ago
Tom Lane 565c97bea5 In a bootstrap process or standalone backend, set MaxBackends = 1 23 years ago
Tom Lane edf497dec9 Avoid palloc(0) when MaxBackends = 1. 23 years ago
Tom Lane 9886a46e76 Restore NOTICEs that were mistakenly removed from triggers regression 23 years ago