aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Indent comment pushed to new line by else so it is indented by BSDBruce Momjian2004-10-07
* Allow the spinlock test to be compiled successfully in a vpath build.Neil Conway2004-10-07
* XOR process PID into a backend's initial random seed, to ensure thatTom Lane2004-10-07
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-06
* Adjustment to test on unix domain socket variable for pg_hba.confBruce Momjian2004-10-06
* Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domainBruce Momjian2004-10-06
* Add Win32 version info to client binaries.Bruce Momjian2004-10-05
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-04
* PortalRun must guard against the possibility that the portal it'sTom Lane2004-10-04
* Suppress getppid test on WIN32, per Dave Page.Tom Lane2004-10-04
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-04
* Make libpgport be front-end only and make libpgport_srv be a backendBruce Momjian2004-10-04
* Translation updatePeter Eisentraut2004-10-03
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-02
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-01
* fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane2004-10-01
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-01
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-01
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-01
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-30
* Remove unnecessary use of index_open just to get the index name.Tom Lane2004-09-30
* Come to think of it, functions in FROM have the same syntactic restrictionTom Lane2004-09-30
* Split out everything that looks like a function call from c_expr intoTom Lane2004-09-29
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Adjust obsolete comment about memory needs for lock table.Tom Lane2004-09-28
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* Translation updatePeter Eisentraut2004-09-27
* Translation updatePeter Eisentraut2004-09-27
* Remove references to the ODBC driver from the main source tree. From KrisNeil Conway2004-09-27
* A few minor list-related cleanups:Neil Conway2004-09-27
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-27
* Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane2004-09-27
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-26
* Repair bug that would allow libpq to think a command had succeeded whenTom Lane2004-09-26
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-24
* Cleanup some ancient Ultrix / Alpha code in main() that is intended toNeil Conway2004-09-24
* shmdt takes a void* parameter, per Kris Jurka.Tom Lane2004-09-24
* ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway2004-09-24
* Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences,Tom Lane2004-09-23
* If we're going to print unrecognized result codes from SSL_get_errorTom Lane2004-09-23
* Arrange for hash join to skip scanning the outer relation if it detectsTom Lane2004-09-22
* Adjust ExecMakeTableFunctionResult to produce a single all-nulls rowTom Lane2004-09-22
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-22
* Rotate on time boundaries that are sensible per local time rather than GMT.Tom Lane2004-09-21
* Documentation improvements, per Josh Berkus.Tom Lane2004-09-20
* Translation updatePeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Translation updatesPeter Eisentraut2004-09-20
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-18