index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-10-08
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-07
autoconf: Rely on ar supporting index creation
Andres Freund
2022-10-07
Fix self-referencing foreign keys with partitioned tables
Alvaro Herrera
2022-10-07
Convert macros to static inline functions (rel.h)
Peter Eisentraut
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-07
Create subscription stats entry at CREATE SUBSCRIPTION time
Andres Freund
2022-10-07
Fix final warnings produced by -Wshadow=compatible-local
David Rowley
2022-10-06
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-06
meson: Fix two comments
Andres Freund
2022-10-06
Remove MemoryContextContains().
Tom Lane
2022-10-06
Remove uses of MemoryContextContains in nodeAgg.c and nodeWindowAgg.c.
Tom Lane
2022-10-06
Take care to de-duplicate entries in standby.c's table of locks.
Tom Lane
2022-10-06
Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.
Tom Lane
2022-10-06
Fix comment in xlogprefetcher.c
Michael Paquier
2022-10-06
Refactor TAP test authentication/001_password.pl
Michael Paquier
2022-10-05
Fix final compiler warning produced by -Wshadow=compatible-local
David Rowley
2022-10-05
Add optional parameter to PG_TRY() macros
David Rowley
2022-10-05
tests: Restrict pg_locks queries in advisory_locks.sql to current database
Andres Freund
2022-10-05
tests: Rename conflicting role names
Andres Freund
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
meson: ecpg: Split definition of static and shared libraries
Andres Freund
2022-10-05
meson: libpq: Revise static / shared library setup
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-05
Remove definition of JUMBLE_SIZE from queryjumble.h
Michael Paquier
2022-10-05
Use macros from xlog_internal.h for WAL segment logic in pg_resetwal
Michael Paquier
2022-10-05
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-10-04
Fix comment in guc_tables.c
Michael Paquier
2022-10-04
Cleanup useless assignments and checks
Michael Paquier
2022-10-04
Add filtering capability for cross-version pg_upgrade tests
Michael Paquier
2022-10-03
meson: llvm: Use llvm-config's --cxxflags when building llvmjit
Andres Freund
2022-10-03
Fix psql's behavior with \g for a multiple-command string.
Tom Lane
2022-10-03
Revert "Optimize order of GROUP BY keys".
Tom Lane
2022-10-03
Add authentication TAP test for peer authentication
Michael Paquier
2022-10-01
Fix tiny memory leaks
Peter Eisentraut
2022-10-01
doc: Fix some grammar and typos
Michael Paquier
2022-09-30
Avoid improbable PANIC during heap_update, redux.
Tom Lane
2022-09-30
mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc
Andres Freund
2022-09-30
Adjust PQsslAttributeNames() to match PQsslAttribute().
Tom Lane
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
Remove useless argument from UnpinBuffer()
Michael Paquier
2022-09-29
Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane
2022-09-29
Improve wording of log messages triggered by max_slot_wal_keep_size.
Tom Lane
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-29
Update comment in ExecInsert() regarding batch insertion.
Etsuro Fujita
2022-09-29
Introduce SYSTEM_USER
Michael Paquier
2022-09-29
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
windows: Set UMDF_USING_NTSTATUS globally, include ntstatus.h
Andres Freund
2022-09-29
meson: pg_regress: Define a HOST_TUPLE sufficient to make resultmap work
Andres Freund
[next]