Commit Graph

14243 Commits (38ffbb95d5956e458fa0bd7e473ed25cd020f7be)
 

Author SHA1 Message Date
Bruce Momjian 38ffbb95d5 Back out V6 code, caused postmaster startup failure. 23 years ago
Bruce Momjian 4bfd1ad9e0 Add missing v6utils file. 23 years ago
Bruce Momjian 3bf160131d Updated IPv6 patch to fix netmask. 23 years ago
Bruce Momjian 8fc86dd593 We have just finished porting the old KAME IPv6 patch over to 23 years ago
Bruce Momjian 87cba401a4 Some time ago John Gray <jgray@azuli.co.uk> and myself worked out and 23 years ago
Bruce Momjian 5b4c16e099 Back out ALTER DOMAIN patch until missing file appears. 23 years ago
Bruce Momjian 853153ca6d ALTER DOMAIN .. SET / DROP NOT NULL 23 years ago
Bruce Momjian 36580c8e21 PyGreSQL inserttable patch 23 years ago
Bruce Momjian d851f002a4 With a recent commit truncate is transaction safe in 7.4. 23 years ago
Bruce Momjian ceab6f7283 As far as I figured from the source code this function only deals with 23 years ago
Tom Lane a2e8e15dd4 localbuf.c must be able to do blind writes. 23 years ago
Tom Lane 993b145d7f Avoid pulling up sublinks from a subselect's targetlist. Works around 23 years ago
Bruce Momjian fae2f14cdd It looks like the problem was introduced when the "SET autocommit" and 23 years ago
Bruce Momjian ec0a5b9e9d Add: 23 years ago
Bruce Momjian f7a3d742df Clearify variables names so it is clear which variable is the 23 years ago
Bruce Momjian 44ab596b01 Allow 'password' encryption even when pg_shadow has MD5 passwords, per 23 years ago
Tom Lane 1fd0c59e25 Phase 1 of read-only-plans project: cause executor state nodes to point 23 years ago
Bruce Momjian 0f3b83edfa Improvements from Neil Conway. 23 years ago
Bruce Momjian 23e88e25d6 Document get/set bit/byte functions. 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Dave Cramer caaf941070 changed sort of column names to sort by attnum, not attname 23 years ago
Bruce Momjian ec1bee1478 Update docs mention of query string for debug_ commands, from Joseph 23 years ago
Tom Lane 53e2b794f9 Repair oversight in recent change of dependency extraction code: when 23 years ago
Bruce Momjian 20f2872467 Add: 23 years ago
Bruce Momjian 5cdf45c6aa Stamp minor version numbers for 7.4 release. 23 years ago
D'Arcy J.M. Cain e3d7c9ba54 Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 for 23 years ago
Bruce Momjian 93902e9521 Make usesysid consistently int4, not oid. 23 years ago
Bruce Momjian 91f508ae85 Done: 23 years ago
Bruce Momjian 6f0ebe3fba Deal with cases where getpeereid _and_ another creditial method is 23 years ago
Bruce Momjian f988edb4e1 Add OpenBSD local indent credentials, from William Ahern. 23 years ago
Bruce Momjian 31504cc83b Updated: 23 years ago
Tom Lane 565dcdf77f Fix off-by-one bug in usage check. 23 years ago
Bruce Momjian d117782a4b Add for D'Arcy: 23 years ago
Tom Lane 2802668159 Repair core dump when trying to delete an entry from an already-NULL 23 years ago
Tom Lane dfebfc1bc8 Fix script name in README. 23 years ago
Tom Lane b168915643 Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski. 23 years ago
Bruce Momjian c9a993ccf3 Done in 7.3, so removed: 23 years ago
Bruce Momjian 68b944757a Done: 23 years ago
Tom Lane 8e3a87fbd4 Teach planner to expand sufficiently simple SQL-language functions 23 years ago
Tom Lane 02f8c9a382 Fix ExecMakeTableFunctionResult() to work with generic expressions as 23 years ago
Tom Lane 9ee7409ef7 Fix pg_dump failure against 7.1 or older servers, per 23 years ago
Tom Lane 3a18f01b7a Run COPY OUT in a temporary memory context that's reset once per row, 23 years ago
Tom Lane 2b7ec402c4 Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding 23 years ago
Tom Lane 36c356e799 Missed one place that can be simplified after recent Param/Const cleanup. 23 years ago
Tom Lane 935969415a Be more realistic about plans involving Materialize nodes: take their 23 years ago
Tom Lane 829cedc8cf Make install and clean targets behave more normally. 23 years ago
Tom Lane ddb2d78de0 Upgrade planner and executor to allow multiple hash keys for a hash join, 23 years ago
Tom Lane f68f11928d Tighten selection of equality and ordering operators for grouping 23 years ago
Tom Lane 851a4c48fd Repair prehistoric logic error in lseg_eq and lseg_ne. 23 years ago
Tom Lane 0a013c843b Suppress compiler warning from newer gcc. 23 years ago