2004-10-06 |
Bruce Momjian | Allow plpython to build on Win32. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Bruce Momjian | Adjustment to test on unix domain socket variable for... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Bruce Momjian | Remove pg_hba.conf 'local' line for Win32 because it... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Bruce Momjian | please find attached an alternate submission which... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Neil Conway | Slightly rearrange psql startup code so that we read... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Bruce Momjian | Add Win32 version info to client binaries. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Bruce Momjian | Add distclean target to pgevent. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Bruce Momjian | Another tightening of Win32 typedefs. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Bruce Momjian | Fix typo in recent Win32 typedef change. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Bruce Momjian | Remove unused Win32 defines, convert them to typdefs... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Michael Meskes | '::' is no longer interpreted as a variable in a prepar... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Neil Conway | Pickup fix from upstream OpenBSD sources: mark a read... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Neil Conway | License cleanup: crypt.c and qsort.c to latest NetBSD... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | Refer to ll_to_earth() function by its actual name. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | Remove arithmetic operators on the 1-byte-char datatype... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | Correct the volatility labeling of ten timestamp-relate... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | PortalRun must guard against the possibility that the... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Make sure no libs use libpgport by removing it from... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Fix MinGW link failure with new libpgport processing. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Update comment on int64 printf speciifications for... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Readd -DFRONTEND to client makefiles because it still... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Add CVS URL for docs. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Fix warnings from crypt.c compile. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Comment out unused variable. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | Suppress getppid test on WIN32, per Dave Page. |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Tom Lane | Detect overflow in integer arithmetic operators (intege... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Bruce Momjian | Make libpgport be front-end only and make libpgport_srv... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Neil Conway | Fix error in setseed() docs: "int32" is not a (SQL... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Neil Conway | Document that the semicolon following the final "END... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Tom Lane | Add regression test inspired by Sebastian Böck. |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Tom Lane | Clean up handling of inherited-table update queries... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Bruce Momjian | Update Farsi FAQ in ASCII. |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Bruce Momjian | Update length from 75 to 79. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Convert pg_stat_get_backend_idset to use the existing... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | fmgr_security_definer had better do a PG_TRY to ensure... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Adjust postmaster to recognize that a lockfile containi... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Don't assume PQdb() will return a valid result from... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Don't assume PQdb() will return a valid result from... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Fallout from changing index locking rules: we can reduc... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Code review for NOWAIT patch: downgrade NOWAIT from... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Tom Lane | Remove DROPs from contrib object creation scripts,... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Neil Conway | Use 'override' when appending text to LDFLAGS, so the... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Neil Conway | Remove more traces of libpgtcl from the source tree... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Tom Lane | Adjust index locking rules as per my proposal of earlie... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Tom Lane | Add variant regression file to handle machines that... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Tom Lane | Remove unnecessary use of index_open just to get the... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Tom Lane | isinf.c needs <float.h> on some platforms, per Darcy... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Neil Conway | Add a note suggesting that users should use the newer... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Neil Conway | Add more index entries for reference pages related... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Bruce Momjian | Update Brazilian FAQ. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Neil Conway | Add an index entry for tablespaces. From Kris Jurka. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Tom Lane | Come to think of it, functions in FROM have the same... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Tom Lane | Split out everything that looks like a function call... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Bruce Momjian | Add Farsi version of FAQ. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Tom Lane | Minor adjustments to improve the accuracy of our comput... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Neil Conway | Minor documentation improvement. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tom Lane | Adjust obsolete comment about memory needs for lock... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tom Lane | Arrange to preallocate all required space for the buffe... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tom Lane | Code review for recent dbsize changes. Fix some thinko... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Bruce Momjian | An include path got missed out of the patch - see... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Neil Conway | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Tom Lane | Remove duplicate PQclear(res) operations leading to... |
commit | commitdiff | tree | snapshot |
2004-09-28 |
Bruce Momjian | Revert patch that removed BUFSIZ usage. The memory... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Small WIN32_CLIENT_ONLY cleanup for new build patch. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Remove use of large BUFSIZ for buffers and use the... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Add new macro as shorthand for MS VC and Borland C++: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | More MS VC and BCC psql compile cleanups. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | More Win32 cleanups for Dave Page. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Make adjustment for MS VC and BCC compile of psql,... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Improve MS VC builds for psql by handlling flex properl... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Peter Eisentraut | New translations |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Update docs for Borland CC build. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Remove inclusion of windows.h now that it is included... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Bruce Momjian | Remove completed items: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Michael Meskes | Synced parser. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Neil Conway | Addition to documentation about cvsup. From Andrew... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Neil Conway | Remove references to the ODBC driver from the main... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Neil Conway | A few minor list-related cleanups: |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Neil Conway | Code cleanup: don't bother casting the argument to... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
PostgreSQL... | update for beta3, and update Copyright date to 2004 REL8_0_0BETA3 |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Tom Lane | Rewrite ReadArrayStr() to avoid O(N^2) behavior on... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Neil Conway | Fix misstatement in docs: CREATE TABLE AS is now part... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tom Lane | Fix multiple breakages in our support for SSL certificates. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tom Lane | Use ULL not LL in UINT64CONST. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Bruce Momjian | Here is a patch that adds the version info from libpq... |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Bruce Momjian | Use <> not "" for include of pthread.h. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Bruce Momjian | Refresh for recent changes. |
commit | commitdiff | tree | snapshot |
2004-09-26 |
Tom Lane | Repair bug that would allow libpq to think a command... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tom Lane | Persuade plpython to build on OS X. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tom Lane | GUC assign hooks that look at external state in decidin... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tom Lane | Fix slightly misleading description of PERFORM syntax. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Neil Conway | Cleanup some ancient Ultrix / Alpha code in main()... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tom Lane | shmdt takes a void* parameter, per Kris Jurka. |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Tom Lane | Fix gratuitous weirdness in function prototype, per... |
commit | commitdiff | tree | snapshot |
next |