Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge | Tom Lane | 2003-12-20 |
| | | | | | even when HAVE_GETPEEREID is defined, else it will be unable to connect to pre-7.4 backends that are using IDENT authentication. | ||
* | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane | 2003-12-20 |
| | | | | | ill-considered conditional logic in getpeereid patch of 3-Dec-2002). Per bug #1021. | ||
* | Backpatch pg_service.conf file change to not default dbname to match | Bruce Momjian | 2003-12-19 |
| | | | | service name. | ||
* | Supress ecpg thread test if configure didn't enable threads. Fix | Bruce Momjian | 2003-12-19 |
| | | | | | tools/thread to run even if configure didn't enable threads because this test is used before enabling threads for the OS. | ||
* | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut | 2003-12-19 |
| | | | | untrusted languages (in case they sneak in). | ||
* | Add missing $(X). | Peter Eisentraut | 2003-12-19 |
| | |||
* | Make to_hex() behave portably on negative input values (treat them as | Tom Lane | 2003-12-19 |
| | | | | unsigned integers). Per report from Jim Crate. | ||
* | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway | 2003-12-19 |
| | | | | | partially-evaluated SRFs. Per report found here: http://archives.postgresql.org/pgsql-general/2003-12/msg00851.php | ||
* | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane | 2003-12-18 |
| | | | | Per Neil Conway. | ||
* | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 |
| | | | | | evaluating a set-valued function. This fixes some additional problems with rescanning partially-evaluated SRFs. | ||
* | Forgot to change one compatlib.h. | Peter Eisentraut | 2003-12-18 |
| | |||
* | Ensure set-returning functions in the targetlist of a plan node will be | Tom Lane | 2003-12-18 |
| | | | | | | shut down cleanly if the plan node is ReScanned before the SRFs are run to completion. This fixes the problem for SQL-language functions, but still need work on functions using the SRF_XXX() macros. | ||
* | Move Informix compatibility include files out of the way. compatlib.h | Peter Eisentraut | 2003-12-18 |
| | | | | | | was integrated into ecpg_informix.h, the other ones go into their own subdirectory that is automatically considered by the embedded preprocessor when in Informix mode. | ||
* | patch for new OID74Test | Dave Cramer | 2003-12-18 |
| | |||
* | backpatch for OID74Test to conform with jdbc tests | Dave Cramer | 2003-12-18 |
| | |||
* | backpatch for rs.previous from Kris Jurka, reported by Andrew Fyfe | Dave Cramer | 2003-12-18 |
| | |||
* | patch for building for an alternate port | Dave Cramer | 2003-12-18 |
| | |||
* | back patch by Kris Jurka to get the correct protocol version from the server | Dave Cramer | 2003-12-18 |
| | |||
* | Adjust rules output for unknown-vs-any change (affects expected contents | Tom Lane | 2003-12-18 |
| | | | | of pg_stats view definition). | ||
* | information_schema.constraint_column_usage and key_column_usage should | Tom Lane | 2003-12-17 |
| | | | | | not discriminate against system columns, since we support constraints on system columns, and in fact constraints on OID are moderately useful. | ||
* | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane | 2003-12-17 |
| | |||
* | Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion | Tom Lane | 2003-12-17 |
| | | | | | | does not affect UNKNOWN-type literals or Params. This fixes the recent complaint about count('x') being broken, and improves consistency in a few other respects too. | ||
* | Repair planner failure when there are multiple IN clauses, each with | Tom Lane | 2003-12-17 |
| | | | | | | | a join in its subselect. In this situation we *must* build a bushy plan because there are no valid left-sided or right-sided join trees. Accordingly, hoary sanity check needs an update. Per report from Alessandro Depase. | ||
* | back patching fix for compat 7.1 binary stream issues with the new protocol | Dave Cramer | 2003-12-17 |
| | | | | added test for same | ||
* | Applied all bug fixes from head also to 7.4. Just bugfixes, no new features. | Michael Meskes | 2003-12-17 |
| | |||
* | Fix constraint_column_usage for foreign keys. | Peter Eisentraut | 2003-12-16 |
| | |||
* | Stamp 7.4.1. | Bruce Momjian | 2003-12-13 |
| | | | | Update 7.4.1 FAQ's to current. | ||
* | patch for returning database metadata as system objects from Kris Jurka | Dave Cramer | 2003-12-13 |
| | |||
* | add missing SQLState by Patrick Higgins | Dave Cramer | 2003-12-12 |
| | |||
* | cancel row updates sets values to null by Kris Jurka | Dave Cramer | 2003-12-12 |
| | |||
* | patch to indicate why test cases failed from Oliver Jowett | Dave Cramer | 2003-12-12 |
| | |||
* | fix casting pooled connections to PGStatement problem patch by JariP | Dave Cramer | 2003-12-12 |
| | |||
* | patch to build under jdk1.1 from Richard Scranton | Dave Cramer | 2003-12-12 |
| | |||
* | binary stream patch by Kris Jurka fixes empty stream failure | Dave Cramer | 2003-12-12 |
| | |||
* | metadata encoding patch from Kris Jurka | Dave Cramer | 2003-12-12 |
| | |||
* | patch for unique foreign keys and test case from Kris Jurka | Dave Cramer | 2003-12-11 |
| | |||
* | patch to make PSQLState serializable, and a test case for it | Dave Cramer | 2003-12-11 |
| | | | | added a test case for getLastOID | ||
* | incremented the build number to 210 | Dave Cramer | 2003-12-10 |
| | |||
* | query_tree_mutator should copy RangeTblEntry nodes even when it's not | Tom Lane | 2003-12-09 |
| | | | | | | | planning to modify them itself. Otherwise we end up with shared RTE substructure, which breaks inheritance_planner because the rte->inh flag needs to be independent in each copied subquery. Per bug report from Chris Piker. | ||
* | Whole-row references were broken for subqueries and functions, because | Tom Lane | 2003-12-08 |
| | | | | | attr_needed/attr_widths optimization failed to allow for Vars with attno zero in this case. Per report from Tatsuo Ishii. | ||
* | Remove test on c.relkind from check_constraints view; unnecessary and | Tom Lane | 2003-12-07 |
| | | | | | prevents view from showing constraints on domains. This addresses the other half of Claus Colloseus' bug report. | ||
* | Fix typmod interpretation for bit types. (It was erroneously assumed that | Peter Eisentraut | 2003-12-07 |
| | | | | for bit(x), the typmod stores x+4, like for the character types.) | ||
* | Repair indexed bytea like operations, and related selectivity | Joe Conway | 2003-12-07 |
| | | | | | functionality. Per bug report by Alvar Freude: http://archives.postgresql.org/pgsql-bugs/2003-12/msg00022.php | ||
* | backpatch for driver threadsafe problems | Dave Cramer | 2003-12-05 |
| | |||
* | patch from Kris Jurka to allow the server end port to be specified when running | Dave Cramer | 2003-12-05 |
| | | | | regression tests, this is a backpatch to 7.4 | ||
* | Guard against bug in Solaris' bsearch(), per Michael Wildpaner. | Tom Lane | 2003-12-05 |
| | |||
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
| | | | | | | and hash bucket-size estimation. Issue has been there awhile but is more critical in 7.4 because it affects varchar columns. Per report from Greg Stark. | ||
* | The attached patch enables contrib/cube to build cleanly under Cygwin | Bruce Momjian | 2003-12-02 |
| | | | | | | | (again). Please consider this patch for the 7.4.1 branch (if there will be one) too. Jason Tishler | ||
* | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane | 2003-12-01 |
| | | | | per gripe from Joe Sunday. | ||
* | Force zero_damaged_pages to be effectively ON during recovery from WAL, | Tom Lane | 2003-12-01 |
| | | | | | since there is no need to worry about damaged pages when we are going to overwrite them anyway from the WAL. Per recent discussion. |