Commit Graph

14229 Commits (f7a3d742df34a814b992baee49a4f2d4dbfb593c)
 

Author SHA1 Message Date
Bruce Momjian f7a3d742df Clearify variables names so it is clear which variable is the 24 years ago
Bruce Momjian 44ab596b01 Allow 'password' encryption even when pg_shadow has MD5 passwords, per 24 years ago
Tom Lane 1fd0c59e25 Phase 1 of read-only-plans project: cause executor state nodes to point 24 years ago
Bruce Momjian 0f3b83edfa Improvements from Neil Conway. 24 years ago
Bruce Momjian 23e88e25d6 Document get/set bit/byte functions. 24 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 24 years ago
Dave Cramer caaf941070 changed sort of column names to sort by attnum, not attname 24 years ago
Bruce Momjian ec1bee1478 Update docs mention of query string for debug_ commands, from Joseph 24 years ago
Tom Lane 53e2b794f9 Repair oversight in recent change of dependency extraction code: when 24 years ago
Bruce Momjian 20f2872467 Add: 24 years ago
Bruce Momjian 5cdf45c6aa Stamp minor version numbers for 7.4 release. 24 years ago
D'Arcy J.M. Cain e3d7c9ba54 Remove typprtlen from getdescr() as it is not available in 7.3. Return -1 for 24 years ago
Bruce Momjian 93902e9521 Make usesysid consistently int4, not oid. 24 years ago
Bruce Momjian 91f508ae85 Done: 24 years ago
Bruce Momjian 6f0ebe3fba Deal with cases where getpeereid _and_ another creditial method is 24 years ago
Bruce Momjian f988edb4e1 Add OpenBSD local indent credentials, from William Ahern. 24 years ago
Bruce Momjian 31504cc83b Updated: 24 years ago
Tom Lane 565dcdf77f Fix off-by-one bug in usage check. 24 years ago
Bruce Momjian d117782a4b Add for D'Arcy: 24 years ago
Tom Lane 2802668159 Repair core dump when trying to delete an entry from an already-NULL 24 years ago
Tom Lane dfebfc1bc8 Fix script name in README. 24 years ago
Tom Lane b168915643 Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski. 24 years ago
Bruce Momjian c9a993ccf3 Done in 7.3, so removed: 24 years ago
Bruce Momjian 68b944757a Done: 24 years ago
Tom Lane 8e3a87fbd4 Teach planner to expand sufficiently simple SQL-language functions 24 years ago
Tom Lane 02f8c9a382 Fix ExecMakeTableFunctionResult() to work with generic expressions as 24 years ago
Tom Lane 9ee7409ef7 Fix pg_dump failure against 7.1 or older servers, per 24 years ago
Tom Lane 3a18f01b7a Run COPY OUT in a temporary memory context that's reset once per row, 24 years ago
Tom Lane 2b7ec402c4 Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding 24 years ago
Tom Lane 36c356e799 Missed one place that can be simplified after recent Param/Const cleanup. 24 years ago
Tom Lane 935969415a Be more realistic about plans involving Materialize nodes: take their 24 years ago
Tom Lane 829cedc8cf Make install and clean targets behave more normally. 24 years ago
Tom Lane ddb2d78de0 Upgrade planner and executor to allow multiple hash keys for a hash join, 24 years ago
Tom Lane f68f11928d Tighten selection of equality and ordering operators for grouping 24 years ago
Tom Lane 851a4c48fd Repair prehistoric logic error in lseg_eq and lseg_ne. 24 years ago
Tom Lane 0a013c843b Suppress compiler warning from newer gcc. 24 years ago
Bruce Momjian 3026493ff2 This patch fixes two tiny memory leaks in pg_dump and two in pg_dumpall. 24 years ago
Bruce Momjian cf4e603e2c Add trigger emails. 24 years ago
Tom Lane 1941887d6e rm should be rm -f, per comment from Peter Harris. 24 years ago
Tom Lane 73235a19cf Improve some comments. 24 years ago
Tom Lane fd89de5156 Add note that scaling factor should be >= # of clients. 24 years ago
Michael Meskes b4e334b6e6 Synced parser with backend 24 years ago
Bruce Momjian c4439536e2 Move to URGENT, for Justin: 24 years ago
Bruce Momjian 75d1ed3392 Recreate HISTORY file to match release.sgml changes. Stamp 7.3 final in 24 years ago
Bruce Momjian 80e6d99731 Add -cmdTuples to tcl interface. 24 years ago
Bruce Momjian 7fb0d91062 Update trigger discussion. 24 years ago
Bruce Momjian 22a717a18e Update build rules for /HISTORY. 24 years ago
Bruce Momjian 021f22605d Add to trigger thread. 24 years ago
Bruce Momjian 2a8e2d292a Fix typo in release notes. 24 years ago
Bruce Momjian 46f4ed4921 Allocate proper length for sprintf string, from Tatsuo. 24 years ago